Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code:   DatasetGenerationCastError
Exception:    DatasetGenerationCastError
Message:      An error occurred while generating the dataset

All the data files must have the same columns, but at some point there are 1 missing columns ({'SearchResults'})

This happened while the json dataset builder was generating data using

hf://datasets/5CD-AI/Vietnamese-TriviaQA-RC-gg-translated/wikipedia-train-Data_vi.json (at revision d12c9ccada51bf43278ee8a08f80545b4346c1b0)

Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2011, in _prepare_split_single
                  writer.write_table(table)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 585, in write_table
                  pa_table = table_cast(pa_table, self._schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2302, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2256, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              Answer_vi: struct<Aliases: list<item: string>, From: string, MatchedWikiEntityName: string, Multiplier: string, NormalizedAliases: list<item: string>, NormalizedMatchedWikiEntityName: string, NormalizedValue: string, Number: string, To: string, Type: string, Unit: string, Value: string>
                child 0, Aliases: list<item: string>
                    child 0, item: string
                child 1, From: string
                child 2, MatchedWikiEntityName: string
                child 3, Multiplier: string
                child 4, NormalizedAliases: list<item: string>
                    child 0, item: string
                child 5, NormalizedMatchedWikiEntityName: string
                child 6, NormalizedValue: string
                child 7, Number: string
                child 8, To: string
                child 9, Type: string
                child 10, Unit: string
                child 11, Value: string
              QuestionId: string
              EntityPages: list<item: struct<DocSource: string, Filename: string, Title: string, originalUrl: string>>
                child 0, item: struct<DocSource: string, Filename: string, Title: string, originalUrl: string>
                    child 0, DocSource: string
                    child 1, Filename: string
                    child 2, Title: string
                    child 3, originalUrl: string
              Answer_en: struct<Aliases: list<item: string>, From: string, MatchedWikiEntityName: string, Multiplier: string, NormalizedAliases: list<item: string>, NormalizedMatchedWikiEntityName: string, NormalizedValue: string, Number: string, To: string, Type: string, Unit: string, Value: string>
                child 0, Aliases: list<item: string>
                    child 0, item: string
                child 1, From: string
                child 2, MatchedWikiEntityName: string
                child 3, Multiplier: string
                child 4, NormalizedAliases: list<item: string>
                    child 0, item: string
                child 5, NormalizedMatchedWikiEntityName: string
                child 6, NormalizedValue: string
                child 7, Number: string
                child 8, To: string
                child 9, Type: string
                child 10, Unit: string
                child 11, Value: string
              Question_vi: string
              QuestionSource: string
              Question_en: string
              to
              {'Answer_vi': {'Aliases': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'From': Value(dtype='string', id=None), 'MatchedWikiEntityName': Value(dtype='string', id=None), 'Multiplier': Value(dtype='string', id=None), 'NormalizedAliases': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'NormalizedMatchedWikiEntityName': Value(dtype='string', id=None), 'NormalizedValue': Value(dtype='string', id=None), 'Number': Value(dtype='string', id=None), 'To': Value(dtype='string', id=None), 'Type': Value(dtype='string', id=None), 'Unit': Value(dtype='string', id=None), 'Value': Value(dtype='string', id=None)}, 'QuestionId': Value(dtype='string', id=None), 'EntityPages': [{'DocSource': Value(dtype='string', id=None), 'Filename': Value(dtype='string', id=None), 'Title': Value(dtype='string', id=None), 'originalUrl': Value(dtype='string', id=None)}], 'Answer_en': {'Aliases': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'From': Value(dtype='string', id=None), 'MatchedWikiEntityName': Value(dtype='string', id=None), 'Multiplier': Value(dtype='string', id=None), 'NormalizedAliases': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'NormalizedMatchedWikiEntityName': Value(dtype='string', id=None), 'NormalizedValue': Value(dtype='string', id=None), 'Number': Value(dtype='string', id=None), 'To': Value(dtype='string', id=None), 'Type': Value(dtype='string', id=None), 'Unit': Value(dtype='string', id=None), 'Value': Value(dtype='string', id=None)}, 'SearchResults': [{'Description': Value(dtype='string', id=None), 'Filename': Value(dtype='string', id=None), 'Rank': Value(dtype='int64', id=None), 'Title': Value(dtype='string', id=None), 'Url': Value(dtype='string', id=None)}], 'Question_vi': Value(dtype='string', id=None), 'QuestionSource': Value(dtype='string', id=None), 'Question_en': Value(dtype='string', id=None)}
              because column names don't match
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1316, in compute_config_parquet_and_info_response
                  parquet_operations, partial = stream_convert_to_parquet(
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 909, in stream_convert_to_parquet
                  builder._prepare_split(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1882, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2013, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
              datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
              
              All the data files must have the same columns, but at some point there are 1 missing columns ({'SearchResults'})
              
              This happened while the json dataset builder was generating data using
              
              hf://datasets/5CD-AI/Vietnamese-TriviaQA-RC-gg-translated/wikipedia-train-Data_vi.json (at revision d12c9ccada51bf43278ee8a08f80545b4346c1b0)
              
              Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

Question_en
string
SearchResults
list
EntityPages
list
QuestionSource
string
Question_vi
string
Answer_vi
dict
QuestionId
string
Answer_en
dict
Which American-born Sinclair won the Nobel Prize for Literature in 1930?
[ { "Description": "The Nobel Prize in Literature 1930 Sinclair ... The Nobel Prize in Literature 1930 was awarded to ... nobelprize.org/nobel_prizes/literature/laureates/1930/>", "Filename": "46/46_46.txt", "Rank": 0, "Title": "The Nobel Prize in Literature 1930", "Url": "http://www.nobelprize.or...
[]
http://www.triviacountry.com/
Sinclair sinh ra ở Mỹ nào đã đoạt giải Nobel Văn học năm 1930?
{ "Aliases": [ "(Harry) Sinclair Lewis", "Harry Sinclair Lewis", "Lewis, (Harry) Sinclair", "Grace Hegger", "Sinclair Lewis" ], "From": null, "MatchedWikiEntityName": "Sinclair Lewis", "Multiplier": null, "NormalizedAliases": [ "ân sủng hegger", "Lewis Harry Sinclair", "Harry Sinclair Lewis", "Lewis Sinclair" ], "NormalizedMatchedWikiEntityName": "Lewis Sinclair", "NormalizedValue": "Lewis Sinclair", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Sinclair Lewis" }
tc_1
{ "Aliases": [ "(Harry) Sinclair Lewis", "Harry Sinclair Lewis", "Lewis, (Harry) Sinclair", "Grace Hegger", "Sinclair Lewis" ], "From": null, "MatchedWikiEntityName": "Sinclair Lewis", "Multiplier": null, "NormalizedAliases": [ "grace hegger", "lewis harry sinclair", "harry sinclair lewis", "sinclair lewis" ], "NormalizedMatchedWikiEntityName": "sinclair lewis", "NormalizedValue": "sinclair lewis", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Sinclair Lewis" }
Chinaman, Flipper and Leg-Break are all terms used in which sport?
[ { "Description": "SK Glossary: What is Chinaman Bowling in cricket? f ... Essentially the mirror image right-arm leg break bowler (wrist spinner), a Chinaman is a ... What is a flipper ...", "Filename": "11/11_1600136.txt", "Rank": 0, "Title": "SK Glossary: What is Chinaman Bowling in cricket?", ...
[ { "DocSource": "TagMe", "Filename": "Left-arm_unorthodox_spin.txt", "Title": "Left-arm unorthodox spin", "originalUrl": null }, { "DocSource": "TagMe", "Filename": "Flipper_(cricket).txt", "Title": "Flipper (cricket)", "originalUrl": null }, { "DocSource": "TagMe", "F...
http://www.quizballs.com/
Chinaman, Flipper và Leg-Break đều là những thuật ngữ được sử dụng trong môn thể thao nào?
{ "Aliases": [ "Trò chơi cricket", "vận động viên cricket", "Dế trưởng thành", "Cầu thủ cricket giàu nhất thế giới", "bị chê bai", "Tung đồng xu (cricket)", "Thẻ điểm (cricket)", "Người chơi cricket", "người chơi cricket", "Cricket (thể thao)", "dế", "Cricket thể thao", "Giữ bóng", "🏏", "Việc ném", "Criket", "Cricket", "Câu lạc bộ cricket", "cricket nghiệp dư", "Cricket như một sự kiện xã hội", "Không theo tinh thần cricket", "Creag", "Cricket (trò chơi)", "Cricket thể thao", "vận động viên cricket", "Đội cricket", "Bóng chày", "Câu lạc bộ cricket", "vận động viên cricket", "Tinh thần cricket", "Tinh thần cricket" ], "From": null, "MatchedWikiEntityName": "Bóng chày", "Multiplier": null, "NormalizedAliases": [ "dế trưởng thành", "tinh thần cricket", "người chơi cricket", "câu lạc bộ cricket", "dế nghiệp dư", "người chơi cricket", "vận động viên cricket giàu nhất thế giới", "crikê", "cricket như một sự kiện xã hội", "không có tinh thần cricket", "bán vé", "môn cricket", "người chơi cricket", "câu lạc bộ cricket", "vận động viên cricket", "🏏", "việc giữ bóng", "trò chơi cricket", "tiếng kêu", "dế thể thao", "trò chơi cricket", "quăng", "đội cricket", "thẻ điểm cricket", "người chơi cricket", "cricket tung đồng xu", "bóng chày", "môn thể thao cricket", "dế", "bị chê bai" ], "NormalizedMatchedWikiEntityName": "bóng chày", "NormalizedValue": "bóng chày", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Bóng chày" }
qb_6924
{ "Aliases": [ "Cricket games", "Cricketeer", "Wicketkeeping", "Sport cricket", "Cricket team", "Cricket", "Cricket Clubs", "Cricketer", "Spirit of cricket", "Spirit of Cricket", "Amature cricket", "World Richest Cricketers", "Cricketed", "Coin toss (cricket)", "Scorecard (cricket)", "Cricket player", "Cricketplayer", "Cricket (sport)", "Kricket", "Sports cricket", "🏏", "The toss", "Criket", "Cricketing", "Cricket club", "Amateur cricket", "Cricket as a social event", "Not in the spirit of cricket", "Creag", "Cricket (game)", "Cricketers" ], "From": null, "MatchedWikiEntityName": "Cricket", "Multiplier": null, "NormalizedAliases": [ "amature cricket", "spirit of cricket", "cricketers", "scorecard cricket", "cricket player", "coin toss cricket", "cricket", "cricket sport", "kricket", "cricketed", "cricketplayer", "cricket clubs", "amateur cricket", "cricketeer", "world richest cricketers", "criket", "cricket as social event", "not in spirit of cricket", "cricketing", "sports cricket", "cricket club", "cricketer", "🏏", "wicketkeeping", "cricket games", "creag", "sport cricket", "cricket game", "toss", "cricket team" ], "NormalizedMatchedWikiEntityName": "cricket", "NormalizedValue": "cricket", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Cricket" }
How many stations are on the London Underground Central Line?
[ { "Description": "The Central Line has the most tube stations with no surface building (Bank, ... The record for visiting all the stations on the London Underground network ...", "Filename": "38/38_40044.txt", "Rank": 0, "Title": "London Underground: 150 fascinating Tube facts - Telegraph", "Url...
[ { "DocSource": "TagMe", "Filename": "Central_London_Railway.txt", "Title": "Central London Railway", "originalUrl": null } ]
http://www.quizballs.com/
Có bao nhiêu trạm trên Tuyến tàu điện ngầm trung tâm Luân Đôn?
{ "Aliases": [ "bon muoi chin", "49" ], "From": null, "MatchedWikiEntityName": null, "Multiplier": "", "NormalizedAliases": [ "bon muoi chin", "49" ], "NormalizedMatchedWikiEntityName": null, "NormalizedValue": "49", "Number": "49", "To": null, "Type": "Numerical", "Unit": "", "Value": "49" }
qb_6926
{ "Aliases": [ "forty-nine", "49" ], "From": null, "MatchedWikiEntityName": null, "Multiplier": "", "NormalizedAliases": [ "forty nine", "49" ], "NormalizedMatchedWikiEntityName": null, "NormalizedValue": "49", "Number": "49", "To": null, "Type": "Numerical", "Unit": "", "Value": "49" }
Which cheese is known as ‘The King of English Cheeses’?
[ { "Description": "... Probably the best known British cheese. ... Known as the 'King of English Cheeses'. A blue veined cheese with smooth and creamy texture it has a complex, ...", "Filename": "53/53_217707.txt", "Rank": 0, "Title": "British Cheese - British Culture, Customs and Traditions", "U...
[ { "DocSource": "TagMe", "Filename": "Cheese.txt", "Title": "Cheese", "originalUrl": null } ]
http://www.quizballs.com/
Loại phô mai nào được mệnh danh là 'Vua phô mai Anh'?
{ "Aliases": [ "Stilton, Huntingdonshire", "Stilton (làng)", "Stilton" ], "From": null, "MatchedWikiEntityName": "Stilton", "Multiplier": null, "NormalizedAliases": [ "làng Stilton", "stilton", "săn bắn stiltondonshire" ], "NormalizedMatchedWikiEntityName": "stilton", "NormalizedValue": "stilton", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Stilton" }
qb_6927
{ "Aliases": [ "Stilton, Huntingdonshire", "Stilton (village)", "Stilton" ], "From": null, "MatchedWikiEntityName": "Stilton", "Multiplier": null, "NormalizedAliases": [ "stilton village", "stilton", "stilton huntingdonshire" ], "NormalizedMatchedWikiEntityName": "stilton", "NormalizedValue": "stilton", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Stilton" }
Actor and singer David Essex played Jesus Christ in which 1970’s London stage musical in?
[ { "Description": "David Essex Returns To The Stage With A ... David Essex first became a star of the stage when he played Jesus Christ in ... David Bowie Musical 'Lazarus' To ...", "Filename": "165/165_458863.txt", "Rank": 0, "Title": "David Essex Returns To The Stage With A Star-Studded Cast", ...
[ { "DocSource": "TagMe", "Filename": "David_Essex.txt", "Title": "David Essex", "originalUrl": null }, { "DocSource": "TagMe", "Filename": "Musical_theatre.txt", "Title": "Musical theatre", "originalUrl": null } ]
http://www.quizballs.com/
Nam diễn viên kiêm ca sĩ David Essex đóng vai Chúa Giêsu Kitô trong vở nhạc kịch sân khấu London năm 1970?
{ "Aliases": [ "Thần chú" ], "From": null, "MatchedWikiEntityName": "Thần chú", "Multiplier": null, "NormalizedAliases": [ "thần chú" ], "NormalizedMatchedWikiEntityName": "thần chú", "NormalizedValue": "thần chú", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Thần chú" }
qb_6928
{ "Aliases": [ "Godspell" ], "From": null, "MatchedWikiEntityName": "Godspell", "Multiplier": null, "NormalizedAliases": [ "godspell" ], "NormalizedMatchedWikiEntityName": "godspell", "NormalizedValue": "godspell", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Godspell" }
What colour is the sofa on BBC television Breakfast Show?
[ { "Description": "Susanna Reid flashes her knickers on BBC ... her stint on the BBC Breakfast sofa. ... on the red sofa back in September [BBC] The TV presenter kept her ...", "Filename": "150/150_458950.txt", "Rank": 1, "Title": "TV presenter Susanna Reid flashes her knickers on the BBC ...", "...
[ { "DocSource": "TagMe", "Filename": "BBC.txt", "Title": "BBC", "originalUrl": null }, { "DocSource": "TagMe", "Filename": "BBC_One.txt", "Title": "BBC One", "originalUrl": null }, { "DocSource": "TagMe", "Filename": "Breakfast_television.txt", "Title": "Breakfast ...
http://www.quizballs.com/
Ghế sofa trên chương trình Breakfast Show của đài BBC có màu gì?
{ "Aliases": [ "Màu đỏ)", "RGB(255, 0, 0)", "chất làm đỏ", "Đỏ nhất", "Đỏ", "màu đỏ", "Màu đỏ gạch lửa", "làm đỏ", "chất làm đỏ", "Màu đỏ", "Đỏ mặt", "màu đỏ", "nhập thể", "màu đỏ Aztec", "Màu đỏ)", "(255, 0, 0)", "Raudur", "Màu đỏ", "Đỏ nhất", "Đỏ mặt", "nhập thể", "hóa thân", "đỏ bừng", "Rauður", "Danh sách các thuật ngữ liên quan đến màu đỏ", "Đỏ", "hóa thân", "Màu đỏ (tính từ chính trị)", "FF0000", "Phong trào đỏ", "Màu đỏ", "Màu đỏ)" ], "From": null, "MatchedWikiEntityName": "Màu đỏ", "Multiplier": null, "NormalizedAliases": [ "màu đỏ", "nhập thể", "màu đỏ gạch lửa", "hóa thân", "đỏ nhất", "chất làm đỏ", "rauður", "tính từ chính trị màu đỏ", "màu đỏ", "sự ửng đỏ", "đỏ", "màu đỏ", "đỏ bừng", "đỏ nhất", "màu đỏ", "phong trào màu đỏ", "ff0000", "hơi đỏ", "rgb 255 0 0", "đỏ bừng", "danh sách các thuật ngữ liên quan đến màu đỏ", "nhập thể", "đỏ bừng", "màu đỏ của người Aztec", "255 0 0", "màu đỏ", "hóa thân", "chất làm đỏ", "đỏ lên", "raudur" ], "NormalizedMatchedWikiEntityName": "màu đỏ", "NormalizedValue": "màu đỏ", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Màu đỏ" }
qb_6930
{ "Aliases": [ "Red (colour)", "Rgb(255, 0, 0)", "Incarnadining", "Rauður", "Incarnadine", "Red (political adjective)", "FF0000", "Red Movement", "Red", "Red (Colour)", "Reddeners", "Reddest", "Reddened", "Redishly", "Firebrick red", "Reddens", "Reddener", "Color red", "Reddishness", "Redly", "Aztec red", "Red (color)", "(255, 0, 0)", "Raudur", "Color/red", "Redest", "Redishness", "Incarnadined", "Incarnadines", "Reddishly", "List of terms associated with the color red", "Redness" ], "From": null, "MatchedWikiEntityName": "Red", "Multiplier": null, "NormalizedAliases": [ "red colour", "incarnadined", "reddened", "aztec red", "255 0 0", "color red", "incarnadines", "reddeners", "reddens", "raudur", "firebrick red", "incarnadine", "redest", "reddener", "rauður", "red political adjective", "redly", "reddishness", "redness", "red", "reddest", "red color", "red movement", "ff0000", "redishness", "rgb 255 0 0", "reddishly", "list of terms associated with color red", "incarnadining", "redishly" ], "NormalizedMatchedWikiEntityName": "red", "NormalizedValue": "red", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Red" }
Mark Zuckerberg and Eduardo Savarin are two of the creators of which social networking service, launched in February 2004?
[ { "Description": "Facebook is a popular social networking website, ... along with classmates Eduardo Saverin, ... On February 4, 2004, Mark Zuckerberg relaunched with a new website ...", "Filename": "176/176_458990.txt", "Rank": 0, "Title": "History of Facebook - Who Invented Facebook", "Url": "...
[ { "DocSource": "TagMe", "Filename": "Mark_Zuckerberg.txt", "Title": "Mark Zuckerberg", "originalUrl": null }, { "DocSource": "TagMe", "Filename": "Social_networking_service.txt", "Title": "Social networking service", "originalUrl": null }, { "DocSource": "Search", "Fi...
http://www.quizballs.com/
Mark Zuckerberg và Eduardo Savarin là hai trong số những người sáng tạo ra dịch vụ mạng xã hội nào, ra mắt vào tháng 2 năm 2004?
{ "Aliases": [ "thích mặt", "Face book inc", "Facebook.", "Thefacebook.com", "Fbook", "Facebook.com", "Trên.fb.me", "Crackbook", "Facebook (trang web)", "www.thefacebook.com", "Fb.me", "FB PAC", "caralibro", "Mạng xã hội Facebook", "FB.Com", "Faceborg", "Tác động chính trị của Facebook", "Facebook.thương mại điện tử", "Mạng xã hội Facebook", "Facebook", "Sự cố Facebook tháng 12 năm 2012", "FACEBOOK", "Facebookia", "Thống kê Facebook", "Facebook", "Facebook tại nơi làm việc", "BeaconCổng", "www.facebook.com", "Quảng cáo trên Facebook", "Facebor", "Facebooker", "Nguồn cấp dữ liệu nhỏ", "người dùng Facebook", "Facebook", "Facebooking", "Facenook", "Facebook, Inc", "Facebook, Inc.", "Facebok", "Фейсбук", "Facebk", "Mạng xã hội Facebook", "Mạng xã hội Facebook", "Mạng xã hội Facebook", "Facebook hạng A Inc", "Trợ giúp của Facebook", "Fb.com", "FBDN.Net", "Người dùng Facebook", "Facebook Inc.", "Facebook Lite", "TheFacebook.com", "@facebook.com", "Facebook.Com", "Facebook Inc", "Facebook Com", "Bằng sáng chế của Facebook", "Facebook vàng", "Grant Raphael" ], "From": null, "MatchedWikiEntityName": "Facebook", "Multiplier": null, "NormalizedAliases": [ "trên fb tôi", "fb tôi", "fbook", "фейсбук", "facebook tại nơi làm việc", "người ưa mặt", "thống kê facebook", "www facebook com", "nguồn cấp dữ liệu nhỏ", "mặt tiền", "Facebook", "fb pac", "mạng xã hội Facebook", "face book inc", "facebook vàng", "trợ giúp facebook", "sự cố facebook tháng 12 năm 2012", "facebook lớp học inc", "thương mại facebook", "facebk", "facebook com", "facebook", "facebooking", "fb com", "thefacebook com", "www thefacebook com", "tác động chính trị của facebook", "trang web facebook", "faceborg", "facebook nhẹ", "facebook inc", "cấp cho raphael", "người dùng facebook", "quảng cáo facebook", "mặt", "mạng fbcdn", "facebookia", "caralibro", "bằng sáng chế facebook", "sách bẻ khóa", "người dùng facebook", "facebok", "cổng hải đăng" ], "NormalizedMatchedWikiEntityName": "Facebook", "NormalizedValue": "Facebook", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Facebook" }
qb_6931
{ "Aliases": [ "Facephiliac", "Face book inc", "Caralibro", "Facebook Statistics", "Facebooking", "Facebook help", "Facebook Com", "Facebook patent", "Facebook Gold", "Grant raphael", "Facebook.", "Thefacebook.com", "Fbook", "Facebook.com", "On.fb.me", "Crackbook", "Facebook (website)", "Www.thefacebook.com", "Fb.me", "FB PAC", "TheFacebook", "FB.Com", "Faceborg", "Political impact of Facebook", "Facebook.commerce", "The Facebook", "Facebook", "December 2012 Facebook Crash", "FACEBOOK", "Facebookia", "Facesbook", "Facebook at Work", "BeaconGate", "Www.facebook.com", "Facebook Ads", "Facebor", "Facebooker", "Mini-feed", "Facebook users", "FaceBook", "Facenook", "Facebook, Inc", "Facebook, Inc.", "Facebok", "Фейсбук", "Facebk", "TheFaceBook", "Thefacebook", "ThefaceBook", "Facebook Class A Inc", "Fb.com", "FBCDN.Net", "Facebook Users", "Facebook Inc.", "Facebook Lite", "TheFacebook.com", "@facebook.com", "Facebook.Com", "Facebook Inc" ], "From": null, "MatchedWikiEntityName": "Facebook", "Multiplier": null, "NormalizedAliases": [ "on fb me", "fb me", "thefacebook", "fb com", "facenook", "facebook patent", "crackbook", "facebook users", "facebok", "beacongate", "fbook", "фейсбук", "facebook at work", "facephiliac", "facebook statistics", "www facebook com", "mini feed", "facebor", "facebook", "fb pac", "face book inc", "facebook gold", "facebook help", "december 2012 facebook crash", "facebook class inc", "facebook commerce", "facebk", "facebook com", "facesbook", "facebooking", "thefacebook com", "www thefacebook com", "political impact of facebook", "facebook website", "faceborg", "facebook lite", "facebook inc", "grant raphael", "facebooker", "facebook ads", "fbcdn net", "facebookia", "caralibro" ], "NormalizedMatchedWikiEntityName": "facebook", "NormalizedValue": "facebook", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Facebook" }
In which US city is was the first skyscraper said to have been built in 1885?
[ { "Description": "The first skyscrapers began dotting the Chicago ... of New York City's first skyscrapers, built in 1902 by ... buildings were built in the United States.", "Filename": "181/181_459082.txt", "Rank": 1, "Title": "The First Skyscrapers (And How They Became Possible)", "Url": "http...
[ { "DocSource": "TagMe", "Filename": "Skyscraper.txt", "Title": "Skyscraper", "originalUrl": null }, { "DocSource": "Search", "Filename": "Burj_Khalifa.txt", "Title": "Burj Khalifa", "originalUrl": "https://simple.wikipedia.org/wiki/Burj_Khalifa" } ]
http://www.quizballs.com/
Tòa nhà chọc trời đầu tiên được cho là được xây dựng vào năm 1885 ở thành phố nào của Hoa Kỳ?
{ "Aliases": [ "Chi-Beria", "Học viện ngôn ngữ Sayre", "Gần Bắc Montessori", "Tôn giáo ở Chicago", "Ủy ban Tài chính Chicago", "Paris của nước Mỹ", "Thành phố Chicago", "Thành phố Chicago", "Danh sách các thành phố chị em của Chicago", "UN/LOCODE:USCHI", "bối cảnh nhà hát Chicago", "Chicago, WI", "Chicago", "Thành phố của đôi vai rộng", "Thành Phố Bờ Vai Rộng", "Thành phố chị em của Chicago", "Chicago ở", "Chicago, Illinois, Hoa Kỳ", "Biểu diễn nghệ thuật ở Chicago", "Ủy ban Vận tải Chicago", "Chicago, Wisconsin", "thành phố Chicago", "bối cảnh nhà hát Chicago", "Chicago, Illinois", "Chicago, Il", "Chicago, IL.", "Chicago, Ill.", "Thành phố Chicago, Illinois", "Thị trấn chí", "Chicago, Hoa Kỳ", "Chicago (Minh họa)", "Di chuyển ở Chicago", "Chicago, Illinois, Hoa Kỳ", "Chicago (IL)", "Người bán thịt lợn cho thế giới", "USCHI", "Chicago", "Chcago", "Chicago, Illinois, Hoa Kỳ", "Thành phố chị em Chicago", "Chicago, Hoa Kỳ", "thành phố chí", "Chicago, IL", "Thị Trấn Chi", "Nhà hát Chicago", "Xứ hành hôi", "Paris của Mỹ", "Chicago, Illinois, Hoa Kỳ", "Chicago, Illinois", "Thành phố Chicago, Illinois", "Các thành phố chị em của Chicago", "Học viện cộng đồng Ariel", "Thời tiết ở Chicago", "Chicago, Illinois, Hoa Kỳ", "Chicago, Illinois" ], "From": null, "MatchedWikiEntityName": "Chicago", "Multiplier": null, "NormalizedAliases": [ "Học viện ngôn ngữ Sayre", "ủy ban giao thông Chicago", "tôn giáo ở Chicago", "Chicago", "Chicago Wi", "gần bắc montessori", "un locode uschi", "thành phố bờ vai rộng", "nhà hát Chicago", "Chicago Hoa Kỳ", "uschi", "Chicago Il", "Chicago Illinois chúng tôi", "thành phố Chicago", "ủy ban tài chính Chicago", "danh sách các thành phố kết nghĩa của Chicago", "chi beria", "thời tiết ở Chicago", "Chicago Wisconsin", "xứ sở mùi hành", "Học viện cộng đồng Ariel", "bối cảnh nhà hát Chicago", "Chicago Hoa Kỳ", "thành phố chị em của Chicago", "Paris của Mỹ", "tỷ phú Chicago", "Chicago Illinois Hoa Kỳ", "chcago", "thành phố chi", "Chicago Illinois chúng tôi", "biểu diễn nghệ thuật ở Chicago", "bối cảnh nhà hát Chicago", "chichago", "bệnh Chicago", "thành phố chị em Chicago", "thành phố Chicago Illinois", "giao thông ở Chicago", "Chicago, Illinois", "Chicago Illinois Hoa Kỳ", "thị trấn chi", "người bán thịt lợn cho thế giới" ], "NormalizedMatchedWikiEntityName": "Chicago", "NormalizedValue": "Chicago", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Chicago" }
qb_6933
{ "Aliases": [ "Chi-Beria", "Sayre language academy", "Chicago", "Chicago, Illinois", "Hog Butcher for the World", "Land of smelly onions", "Ariel Community Academy", "The weather in Chicago", "Chicago, Illinois, U.S.A.", "Chicago, Illionis", "Near North Montessori", "Religion in Chicago", "Chicago Finance Committee", "The Paris of America", "The city of Chicago", "City of Chicago", "List of sister cities of Chicago", "UN/LOCODE:USCHI", "Chicago theatre scene", "Chicago, WI", "The City of Broad Shoulders", "City of Broad Shoulders", "Sister Cities of Chicago", "Chicago il", "Chicago, Illinois, USA", "Performing arts in Chicago", "Chicago Transportation Committee", "Chicago, Wisconsin", "City of chicago", "Chicago theater scene", "Chicago, Il", "Chicago, IL.", "Chicago, Ill.", "City of Chicago, Illinois", "Chi town", "Chicago, United States", "Chicago (Ill.)", "Transport in Chicago", "Chicago, Illinois, United States", "Chicago (IL)", "USCHI", "Chichago", "Chcago", "Chicago, Illinois, U.S.", "Sister Cities Chicago", "Chicago, USA", "Chi City", "Chicago, IL", "Chi-Town", "Chicago theatre", "Paris of America", "Chicago, Illinois, US", "Chicago Illinois", "The city of Chicago, Illinois", "Sister cities of Chicago" ], "From": null, "MatchedWikiEntityName": "Chicago", "Multiplier": null, "NormalizedAliases": [ "sayre language academy", "chicago transportation committee", "chicago illinois u s", "sister cities of chicago", "sister cities chicago", "transport in chicago", "chicago illinois", "chicago illinois usa", "chi town", "hog butcher for world", "religion in chicago", "chicago", "chicago wi", "near north montessori", "un locode uschi", "city of broad shoulders", "chicago theatre", "chicago usa", "uschi", "chicago il", "city of chicago", "chicago finance committee", "list of sister cities of chicago", "chi beria", "weather in chicago", "chicago wisconsin", "land of smelly onions", "ariel community academy", "chicago theater scene", "chicago united states", "paris of america", "chicago illionis", "chicago illinois united states", "chcago", "chi city", "chicago illinois us", "performing arts in chicago", "chicago theatre scene", "chichago", "chicago ill", "city of chicago illinois" ], "NormalizedMatchedWikiEntityName": "chicago", "NormalizedValue": "chicago", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Chicago" }
In which country is Dal Lake?
[ { "Description": "Dal Lake has rightfully become an icon ... of the region centered on the lake. The sparkling quiet waters of Dal surrounded by snow ... Country:* Phone: * Mandatory ...", "Filename": "145/145_459127.txt", "Rank": 0, "Title": "Dal Lake, Dal Lake Kashmir, Dal Lake Jammu Kashmir India...
[ { "DocSource": "TagMe", "Filename": "Dal_Lake.txt", "Title": "Dal Lake", "originalUrl": null } ]
http://www.quizballs.com/
Hồ Dal ở nước nào?
{ "Aliases": [ "ഭാരത മഹാരാജ്യം", "هندستانڀارت,", "भारतीय प्रजासत्ताक", "Ấn Độ (quốc gia)", "ISO 3166-1: TRONG", "Ấn Độ", "Từ nguyên của Ấn Độ", "ভারত গণরাজ্য", "Cộng hòa Ấn Độ", "ẤN ĐỘ", "ભારતીય ગણતંત્ર", "ভারত", "भारतीय गणराज्याच्या", "Cộng hòa Ấn Độ", "Les Indes", "Bhārat Gaṇarājya", "جمہوٗرِیت بًارت", "भारतमहाराज्यम्", "Ấn Độ", "Bharat Ganrajya", "جمہوریہ بھارت", "இந்திய", "ଭାରତ ଗଣରାଜ୍ଯ", "Bhārtiya Prajāsattāk", "भारत गणराज्य", "Cộng hòa Ấn Độ", "जुम्हूरियत भारत", "Tiếng Hindi", "Cộng hòa Ấn Độ", "భారత గణతంత్ర రాజ్యము", "của Ấn Độ", "Tiếng Hindi", "ਭਾਰਤ ਗਣਤੰਤਰ", "bhart", "Cộng hòa Ấn Độ", "Ấn Độ", "భారత రిపబ్లిక్", "Ấn Độ.", "ভাৰত গণৰাজ্য", "bang Ấn Độ", "ISO 3166-1 alpha-3/IND", "ভারতীয় প্রজাতন্ত্র", "ভারতরাষ্টৃ", "Cộng hòa Ấn Độ", "ಭಾರತ ಗಣರಾಜ್ಯ", "Liên bang Ấn Độ", "இந்தியக் குடியரசு" ], "From": null, "MatchedWikiEntityName": "Ấn Độ", "Multiplier": null, "NormalizedAliases": [ "భారత గణతంత్ర రాజ్యము", "భారత రిపబ్లిక్", "ভারত গণরাজ্য", "இந்தியக் குடியரசு", "đất nước Ấn Độ", "les indes", "هندستانڀارت,", "từ nguyên của Ấn Độ", "भारतमहाराज्यम्", "Ấn Độ", "جمہوٗرِیت بًارت", "भारतीय गणराज्याच्या", "bhārtiya prajāsattāk", "ভারতরাষ্টৃ", "Ấn Độ", "ভারতীয় প্রজাতন্ত্র", "ഭാരത മഹാരാജ്യം", "bhārat gaṇarājya", "ভাৰত গণৰাজ্য", "ଭାରତ ଗଣରାଜ୍ଯ", "இந்திய", "जुम्हूरियत भारत", "liên minh Ấn Độ", "Cộng hòa Ấn Độ", "tiếng Hin-ddi", "indya", "bhart", "iso 3166 1 trong", "bharat ganrajya", "भारत गणराज्य", "Cộng hòa Ấn Độ", "ಭಾರತ ಗಣರಾಜ್ಯ", "tiểu bang Ấn Độ", "جمہوریہ بھارت", "ভারত", "iso 3166 1 alpha 3 ind", "tiếng Hin-ddi", "ਭਾਰਤ ਗਣਤੰਤਰ", "भारतीय प्रजासत्ताक", "ભારતીય ગણતંત્ર", "Ấn Độ" ], "NormalizedMatchedWikiEntityName": "Ấn Độ", "NormalizedValue": "Ấn Độ", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Ấn Độ" }
qb_6934
{ "Aliases": [ "ഭാരത മഹാരാജ്യം", "هندستانڀارت،", "भारतीय गणराज्याच्या", "Bhārtiya Prajāsattāk", "Indian Republic", "ভারতরাষ্টৃ", "Indian republic", "ಭಾರತ ಗಣರಾಜ್ಯ", "Union of India", "இந்தியக் குடியரசு", "भारतीय प्रजासत्ताक", "India (country)", "ISO 3166-1:IN", "Indea", "Etymology of India", "ভারত গণরাজ্য", "Republic Of India", "INDIA", "ભારતીય ગણતંત્ર", "ভারত", "Republic of India", "Les Indes", "Bhārat Gaṇarājya", "جمہوٗرِیت بًارت", "भारतमहाराज्यम्", "Indya", "Bharat Ganrajya", "جمہوریہ بھارت", "இந்திய", "ଭାରତ ଗଣରାଜ୍ଯ", "भारत गणराज्य", "Republic of india", "जुम्हूरियत भारत", "Hindio", "The Republic of India", "భారత గణతంత్ర రాజ్యము", "India's", "Hindistan", "ਭਾਰਤ ਗਣਤੰਤਰ", "Bhart", "India", "భారత రిపబ్లిక్", "India.", "ভাৰত গণৰাজ্য", "Indian State", "ISO 3166-1 alpha-3/IND", "ভারতীয় প্রজাতন্ত্র" ], "From": null, "MatchedWikiEntityName": "India", "Multiplier": null, "NormalizedAliases": [ "భారత గణతంత్ర రాజ్యము", "భారత రిపబ్లిక్", "bhārtiya prajāsattāk", "republic of india", "ভারত", "hindio", "ਭਾਰਤ ਗਣਤੰਤਰ", "भारतीय प्रजासत्ताक", "ભારતીય ગણતંત્ર", "indea", "ভারত গণরাজ্য", "இந்தியக் குடியரசு", "india country", "les indes", "هندستانڀارت،", "etymology of india", "भारतमहाराज्यम्", "india", "جمہوٗرِیت بًارت", "भारतीय गणराज्याच्या", "ভারতরাষ্টৃ", "india s", "ভারতীয় প্রজাতন্ত্র", "ഭാരത മഹാരാജ്യം", "bhārat gaṇarājya", "ভাৰত গণৰাজ্য", "ଭାରତ ଗଣରାଜ୍ଯ", "இந்திய", "जुम्हूरियत भारत", "union of india", "hindistan", "indya", "bhart", "iso 3166 1 in", "bharat ganrajya", "भारत गणराज्य", "indian republic", "ಭಾರತ ಗಣರಾಜ್ಯ", "indian state", "جمہوریہ بھارت", "iso 3166 1 alpha 3 ind" ], "NormalizedMatchedWikiEntityName": "india", "NormalizedValue": "india", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "India" }
Michelle Pfeiffer plays teacher LouAnne Johnson in which 1995 film?
[ { "Description": "With Michelle Pfeiffer, ... LouAnne Johnson (book), Ronald Bass (screenplay) ... Title: Dangerous Minds (1995) ...", "Filename": "57/57_11987.txt", "Rank": 0, "Title": "Dangerous Minds (1995) - IMDb", "Url": "http://www.imdb.com/title/tt0112792/" }, { "Description": "Mi...
[ { "DocSource": "TagMe", "Filename": "Michelle_Pfeiffer.txt", "Title": "Michelle Pfeiffer", "originalUrl": null }, { "DocSource": "TagMe", "Filename": "LouAnne_Johnson.txt", "Title": "LouAnne Johnson", "originalUrl": null } ]
http://www.quizballs.com/
Michelle Pfeiffer đóng vai cô giáo LouAnne Johnson trong bộ phim nào năm 1995?
{ "Aliases": [ "Tâm trí nguy hiểm (phim)", "Đội ngũ của tôi không làm bài tập về nhà", "Suy nghĩ nguy hiểm" ], "From": null, "MatchedWikiEntityName": "Suy nghĩ nguy hiểm", "Multiplier": null, "NormalizedAliases": [ "đội của tôi không làm bài tập về nhà", "suy nghĩ nguy hiểm", "phim tâm trí nguy hiểm" ], "NormalizedMatchedWikiEntityName": "suy nghĩ nguy hiểm", "NormalizedValue": "suy nghĩ nguy hiểm", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Suy nghĩ nguy hiểm" }
qb_6935
{ "Aliases": [ "Dangerous Minds (film)", "My Posse Don't Do Homework", "Dangerous Minds" ], "From": null, "MatchedWikiEntityName": "Dangerous Minds", "Multiplier": null, "NormalizedAliases": [ "my posse don t do homework", "dangerous minds", "dangerous minds film" ], "NormalizedMatchedWikiEntityName": "dangerous minds", "NormalizedValue": "dangerous minds", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Dangerous Minds" }
In humans, the right lung is divided into how many lobes?
[ { "Description": "Learn more about lobes, fissures, and lobules in the Boundless ... The human left lung is smaller and narrower that the right lung, and is divided into two lobes, ...", "Filename": "172/172_2902291.txt", "Rank": 0, "Title": "Lobes, Fissures, and Lobules - Boundless", "Url": "ht...
[ { "DocSource": "TagMe", "Filename": "Human_body.txt", "Title": "Human body", "originalUrl": null }, { "DocSource": "TagMe", "Filename": "Lung.txt", "Title": "Lung", "originalUrl": null }, { "DocSource": "TagMe", "Filename": "Liver.txt", "Title": "Liver", "orig...
http://www.quizballs.com/
Ở người, phổi phải được chia làm mấy thùy?
{ "Aliases": [ "3", "Ba", "ba" ], "From": null, "MatchedWikiEntityName": null, "Multiplier": "", "NormalizedAliases": [ "ba", "3" ], "NormalizedMatchedWikiEntityName": null, "NormalizedValue": "ba", "Number": "3", "To": null, "Type": "Numerical", "Unit": "", "Value": "Ba" }
qb_6936
{ "Aliases": [ "3", "Three", "three" ], "From": null, "MatchedWikiEntityName": null, "Multiplier": "", "NormalizedAliases": [ "three", "3" ], "NormalizedMatchedWikiEntityName": null, "NormalizedValue": "three", "Number": "3", "To": null, "Type": "Numerical", "Unit": "", "Value": "Three" }
Who did the Americans recognize as ruler of Vietnam in 1950 when the Soviets acknowledged Ho Chi Min?
[ { "Description": "The Vietnam War. Seeds of Conflict ... Democratic Republic of Vietnam and pursues American recognition but is ... and the Soviet Union recognize Ho Chi Minh's ...", "Filename": "152/152_48986.txt", "Rank": 0, "Title": "The History Place - Vietnam War 1945-1960", "Url": "http://...
[ { "DocSource": "TagMe", "Filename": "Vietnam.txt", "Title": "Vietnam", "originalUrl": null } ]
http://www.triviacountry.com/
Người Mỹ công nhận ai là người cai trị Việt Nam vào năm 1950 khi Liên Xô thừa nhận Hồ Chí Minh?
{ "Aliases": [ "Vĩnh Thụy Nguyễn Phúc", "Bao Dai, Emperor of Vietnam", "Bảo Đại of Vietnam", "Bồ Đại", "Vinh Thuy Phuc Nguyen", "Thụy Nguyễn Phúc", "Vinh Thuy", "Hoàng đế Bảo Đại", "Bảo Ðại", "Thụy Phúc Vĩnh Nguyễn", "Bao Dai of Vietnam", "Bảo Đại", "Thụy Vĩnh Nguyễn Phúc", "Vinh Thuy Nguyen", "Vĩnh Thụy Nguyễn", "Bảo Đại", "Bảo Đại", "Vĩnh Thụy Phúc Nguyễn" ], "From": null, "MatchedWikiEntityName": "Bảo Đại", "Multiplier": null, "NormalizedAliases": [ "bảo đại of vietnam", "bảo ðại", "bao dai emperor of vietnam", "vĩnh thụy phúc nguyễn", "bao dai of vietnam", "baodai", "bồi đại", "vinh thuy", "vinh thuy phuc nguyen", "vinh thuy nguyen", "thụy phúc vĩnh nguyễn", "vĩnh thụy nguyễn", "hoàng đế Bảo Đại", "bảo đại", "thụy vĩnh nguyễn phúc", "vĩnh thụy nguyễn phúc", "thụy nguyễn phúc" ], "NormalizedMatchedWikiEntityName": "bảo đại", "NormalizedValue": "baodai", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Bảo Đại" }
tc_1648
{ "Aliases": [ "Vĩnh Thụy Nguyễn Phúc", "Bao Dai, Emperor of Vietnam", "Bao Dai of Vietnam", "Bảo Đại", "Thụy Vĩnh Nguyễn Phúc", "Vinh Thuy Nguyen", "Vĩnh Thụy Nguyễn", "Bao dai", "Bao Dai", "Vĩnh Thụy Phúc Nguyễn", "Bảo Đại of Vietnam", "Bo Dai", "Vinh Thuy Phuc Nguyen", "Thụy Nguyễn Phúc", "Vinh Thuy", "Emperor Bao Dai", "Bảo Ðại", "Thụy Phúc Vĩnh Nguyễn" ], "From": null, "MatchedWikiEntityName": "Bảo Đại", "Multiplier": null, "NormalizedAliases": [ "bảo đại of vietnam", "bảo ðại", "vinh thuy nguyen", "thụy phúc vĩnh nguyễn", "vĩnh thụy nguyễn", "emperor bao dai", "bảo đại", "thụy vĩnh nguyễn phúc", "vĩnh thụy nguyễn phúc", "thụy nguyễn phúc", "bao dai emperor of vietnam", "vĩnh thụy phúc nguyễn", "bao dai of vietnam", "bao dai", "bo dai", "vinh thuy", "vinh thuy phuc nguyen" ], "NormalizedMatchedWikiEntityName": "bảo đại", "NormalizedValue": "bao dai", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Bao Dai" }
Which English rugby union team play their home games at The Recreation Ground?
[ { "Description": "Supporters Away Game Travel Club Bath Rugby ... Bath Rugby First Team Squad ... Bath Rugby Foundation 150 word writing competition winners announced!", "Filename": "183/183_349876.txt", "Rank": 1, "Title": "BathRugby.com: The Official Website", "Url": "http://www.bathrugby.com/...
[]
http://www.quizballs.com/
Đội bóng bầu dục Anh nào chơi trận sân nhà của họ tại The Recreation Ground?
{ "Aliases": [ "Tắm (định hướng)", "Bồn tắm", "Phòng tắm" ], "From": null, "MatchedWikiEntityName": "Bồn tắm", "Multiplier": null, "NormalizedAliases": [ "bồn tắm", "bồn tắm", "định hướng tắm" ], "NormalizedMatchedWikiEntityName": "bồn tắm", "NormalizedValue": "bồn tắm", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Bồn tắm" }
qb_6937
{ "Aliases": [ "Bath (disambiguation)", "Bath", "Baths" ], "From": null, "MatchedWikiEntityName": "Bath", "Multiplier": null, "NormalizedAliases": [ "bath", "baths", "bath disambiguation" ], "NormalizedMatchedWikiEntityName": "bath", "NormalizedValue": "bath", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Bath" }
What flavour is the liqueur Creme de Noyaux?
[ { "Description": "Nut Liqueurs. nut liqueurs ... This is a crème liqueur that has an almond flavor. Substitutes ... crème de noyaux = creme de noyaux = crème de noyau = creme de ...", "Filename": "21/21_459254.txt", "Rank": 1, "Title": "Cook's Thesaurus: Nut Liqueurs", "Url": "http://www.foodsub...
[ { "DocSource": "TagMe", "Filename": "Crème_de_Noyaux.txt", "Title": "Crème de Noyaux", "originalUrl": null } ]
http://www.quizballs.com/
Rượu mùi Creme de Noyaux có hương vị gì?
{ "Aliases": [ "Cây hạnh nhân", "Luz (điên)", "amygdalus communis", "Almendrado", "amygdalus dulcis", "Hạnh nhân Marcona", "Prunus amygdalus dulcis", "Druparia amygdalus", "Hạnh nhân Marcona", "Hạnh nhân Marcona", "amygdalus mận", "Chiết xuất hạnh nhân", "Amygdalus amara", "amygdalus mảnh", "Amygdalus sativa", "Baadaam", "Dầu hạnh nhân đắng", "hạnh nhân nướng", "Oleum amygdalae", "hạnh nhân đắng", "Dầu hạnh nhân ngọt ngào", "hạnh nhân", "luon", "Dầu hạnh nhân", "quả hạnh", "Dầu hạnh nhân đắng", "Xi-rô hạnh nhân", "Hạnh nhân đắng", "hạnh nhân Marcona", "Mandel (hạt)", "Badam", "Dầu đắng hạnh nhân", "Prunus dulcis", "Cây hạnh nhân" ], "From": null, "MatchedWikiEntityName": "hạnh nhân", "Multiplier": null, "NormalizedAliases": [ "cây hạnh nhân", "dầu đắng hạnh nhân", "hạnh nhân", "amygdalus dễ vỡ", "amygdalus mận", "baadaam", "hạnh nhân đắng", "đai ốc", "quả hạnh", "amygdalus communis", "khốn nạn", "hạnh nhân đắng", "mận amygdalus dulcis", "dầu hạnh nhân ngọt ngào", "chiết xuất hạnh nhân", "amygdalus sativa", "amygdalus dulcis", "dầu hạnh nhân đắng", "cây mận", "luon", "hạnh nhân marcona", "xi-rô hạnh nhân", "amygdalus amara", "almendrado", "druparia amygdalus", "hạnh nhân nướng", "hạnh nhân marcona", "dầu hạnh nhân", "luz điên", "cây hạnh nhân", "dầu hạnh nhân đắng", "amygdalae amygdalae" ], "NormalizedMatchedWikiEntityName": "hạnh nhân", "NormalizedValue": "hạnh nhân", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "hạnh nhân" }
qb_6938
{ "Aliases": [ "Almond tree", "Luz (nut)", "Amygdalus amara", "Almond oil", "Marcona almonds", "Mandel (nut)", "Badam", "Almond Bitter Oil", "Prunus dulcis", "Almond trees", "Amygdalus communis", "Almendrado", "Amygdalus dulcis", "Marcona Almonds", "Prunus amygdalus dulcis", "Druparia amygdalus", "Marcona almond", "Marcona Almond", "Prunus amygdalus", "Almond extract", "Amygdalus fragilis", "Amygdalus sativa", "Baadaam", "Oil of bitter almond", "Toasted Almond", "Oleum amygdalae", "Bitter almonds", "Sweet almond oil", "Almond", "لوز", "Almonds", "Oil of Bitter Almonds", "Almond syrup", "Bitter almond" ], "From": null, "MatchedWikiEntityName": "Almond", "Multiplier": null, "NormalizedAliases": [ "almond tree", "almond bitter oil", "prunus amygdalus dulcis", "almendrado", "marcona almonds", "almond oil", "luz nut", "almond trees", "oil of bitter almond", "oleum amygdalae", "almond", "amygdalus fragilis", "prunus amygdalus", "baadaam", "bitter almond", "mandel nut", "almonds", "amygdalus communis", "badam", "bitter almonds", "sweet almond oil", "almond extract", "amygdalus sativa", "amygdalus dulcis", "oil of bitter almonds", "prunus dulcis", "لوز", "marcona almond", "almond syrup", "amygdalus amara", "druparia amygdalus", "toasted almond" ], "NormalizedMatchedWikiEntityName": "almond", "NormalizedValue": "almond", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Almond" }
The medical condition ‘Gingivitis’ affects which part of the body?
[ { "Description": "Find out how plaque and gingivitis can affect your overall health. ... Search by name or medical condition. Find or ... may increase inflammation throughout the body.", "Filename": "191/191_402761.txt", "Rank": 0, "Title": "How Plaque and Gum Disease Affect Your Health - WebMD", ...
[ { "DocSource": "TagMe", "Filename": "Gingivitis.txt", "Title": "Gingivitis", "originalUrl": null } ]
http://www.quizballs.com/
Bệnh lý 'Viêm nướu' ảnh hưởng đến bộ phận nào của cơ thể?
{ "Aliases": [ "Nướu", "Nướu", "Nướu", "nướu", "nướu", "Kẹo cao su (giải phẫu)", "nướu viền", "Nướu", "Uletic" ], "From": null, "MatchedWikiEntityName": "Nướu", "Multiplier": null, "NormalizedAliases": [ "nướu", "nướu", "nướu", "urê", "giải phẫu nướu", "nướu", "nướu", "viền nướu", "nướu răng" ], "NormalizedMatchedWikiEntityName": "nướu", "NormalizedValue": "nướu răng", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Nướu" }
qb_6939
{ "Aliases": [ "Gumline", "Gums", "Gingiva", "Gingival", "Gingivae", "Gum (anatomy)", "Marginal gingivae", "Gum line", "Uletic" ], "From": null, "MatchedWikiEntityName": "Gingiva", "Multiplier": null, "NormalizedAliases": [ "gingivae", "gingival", "gumline", "uletic", "gum anatomy", "gum line", "gingiva", "marginal gingivae", "gums" ], "NormalizedMatchedWikiEntityName": "gingiva", "NormalizedValue": "gums", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Gums" }
Actor Pierce Brosnan made his screen debut in which British gangster film?
[ { "Description": "... British actor Pierce Brosnan firmly established himself as a commanding presence with ... The 12th Annual Screen Actors Guild ... Made film debut in \"The Long ...", "Filename": "142/142_2902322.txt", "Rank": 3, "Title": "Pierce Brosnan | Biography and Filmography | 1953", ...
[ { "DocSource": "TagMe", "Filename": "Pierce_Brosnan.txt", "Title": "Pierce Brosnan", "originalUrl": null }, { "DocSource": "TagMe", "Filename": "Cinema_of_the_United_Kingdom.txt", "Title": "Cinema of the United Kingdom", "originalUrl": null } ]
http://www.quizballs.com/
Nam diễn viên Pierce Brosnan xuất hiện lần đầu trên màn ảnh trong bộ phim xã hội đen của Anh?
{ "Aliases": [ "Thứ Sáu Tuần Thánh dài", "Thứ Sáu Tuần Thánh dài", "Thứ sáu dài tốt lành", "Harold Shand" ], "From": null, "MatchedWikiEntityName": "Thứ Sáu Tuần Thánh dài", "Multiplier": null, "NormalizedAliases": [ "thứ sáu dài tốt lành", "harold tay", "thứ sáu dài tốt lành" ], "NormalizedMatchedWikiEntityName": "thứ sáu dài tốt lành", "NormalizedValue": "thứ sáu dài tốt lành", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Thứ Sáu Tuần Thánh dài" }
qb_6940
{ "Aliases": [ "The Long Good Friday", "Long Good Friday", "The Good Long Friday", "Harold Shand" ], "From": null, "MatchedWikiEntityName": "The Long Good Friday", "Multiplier": null, "NormalizedAliases": [ "good long friday", "harold shand", "long good friday" ], "NormalizedMatchedWikiEntityName": "long good friday", "NormalizedValue": "long good friday", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "The Long Good Friday" }
What did English naturalist Charles Darwin study at Edinburgh University?
[ { "Description": "Charles Darwin: An English Naturalist . ... he decided to attend Edinburgh University in October 1985, ... The Residence of Charles Darwin his 1st year at Cambridge ...", "Filename": "33/33_1148755.txt", "Rank": 0, "Title": "Charles Darwin: An English Naturalist | Earth 520: Plate ...
[ { "DocSource": "TagMe", "Filename": "Natural_history.txt", "Title": "Natural history", "originalUrl": null }, { "DocSource": "TagMe", "Filename": "Charles_Darwin.txt", "Title": "Charles Darwin", "originalUrl": null }, { "DocSource": "TagMe", "Filename": "University_of...
http://www.quizballs.com/
Nhà tự nhiên học người Anh Charles Darwin đã học gì tại Đại học Edinburgh?
{ "Aliases": [ "Y học lâm sàng", "y học chính thống", "Chuyên khoa chẩn đoán", "Y học về con người", "Thuốc", "Thực hành y học", "Người tiêm chủng", "Y học Ars", "Y học hiện đại", "Các ngành y học", "Chi nhánh y học", "y học", "Cơ sở y tế", "Về mặt y học", "Các lĩnh vực y học liên ngành", "Sản phẩm y tế", "Thực hành y tế", "Y học", "Công đồng y tế", "Thuốc Ars", "Nghiên cứu y học", "Y học", "Ars Medica", "Y học chính thống", "Thuộc về y học", "Sản phẩm y tế", "nghệ thuật chữa bệnh", "Thực hành lâm sàng", "trị liệu", "Về mặt y tế", "Thuốc Ars", "Lý thuyết vật lý", "Thuốc", "Y Khoa", "Nghiên cứu y khoa", "thuốc", "Thực hành y tế tiêu chuẩn", "Y học", "y học Ars", "thuốc", "Văn phòng y tế", "thuốc tây", "Thuốc thông thường", "Khoa học y tế cơ bản", "Thuốc chuẩn", "Y học", "Y Khoa", "Nghệ thuật chữa bệnh", "Các chuyên khoa liên ngành của y học", "Thuốc Ars", "Chuyên khoa chẩn đoán", "Sử dụng y tế", "Có thể chữa được", "Thuốc có hại và không hiệu quả", "Kiến thức y khoa" ], "From": null, "MatchedWikiEntityName": "Thuốc", "Multiplier": null, "NormalizedAliases": [ "y học về con người", "trị liệu", "thuốc thông thường", "y học chính thống", "y học hiện đại", "sử dụng y tế", "thuốc", "về mặt y khoa", "lý thuyết vật lý", "thuốc", "nghệ thuật chữa bệnh", "thuốc", "văn phòng y tế", "thuốc ars", "thực hành y học", "về mặt y học", "sản phẩm y tế", "y học", "y học", "hành nghề y", "y học", "y học chính thống", "y học lâm sàng", "sản phẩm y tế", "ars y học", "thuốc", "thực hành y tế tiêu chuẩn", "ars thuốc", "Nghiên cứu y khoa", "lĩnh vực y học liên ngành", "thuốc chuẩn", "có thể chữa được", "thuốc có hại và không hiệu quả", "chuyên khoa chẩn đoán", "chuyên khoa chẩn đoán", "ngành y học", "thuộc về y học", "nghiên cứu y học", "công đồng y tế", "chuyên ngành liên ngành của y học", "khoa học y tế cơ bản", "nghệ thuật chữa bệnh", "thuốc", "Y Khoa", "kiến thức y khoa", "thuốc tây", "người tiêm chủng", "thực hành lâm sàng", "cơ sở y tế", "ngành y học" ], "NormalizedMatchedWikiEntityName": "thuốc", "NormalizedValue": "thuốc", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Thuốc" }
qb_6942
{ "Aliases": [ "Clinical medicine", "Orthodox medicine", "Medical establishment", "Mainstream medicine", "Medical study", "Medecine", "Medical use", "Medicinable", "Medicine that is harmful and ineffective", "Medical knowledge", "Diagnostic specialties", "Human medicine", "Medicine", "Practice of medicine", "Vaccinationists", "Ars Medicine", "Modern medicine", "Branches of medicine", "Branch of medicine", "Medicin", "Medicinally", "Interdisciplinary fields of medicine", "Medical products", "Medical practice", "Medcine", "Medical community", "Ars medicine", "Medical studies", "Medical Science", "Ars Medica", "Medical", "Medical product", "Healing art", "Clinical practice", "Therapeusis", "Medically", "Ars Medicinae", "Theory of Physic", "Medecines", "Medical Sciences", "Medicinal", "Standard medical practice", "Medical science", "Ars medica", "Medicene", "Medical office", "Western medicine", "Conventional medicine", "Basic medical sciences", "Standard medicine", "Medical sciences", "Healing arts", "Interdisciplinary sub-specialties of medicine", "Ars medicinae", "Diagnostic specialty" ], "From": null, "MatchedWikiEntityName": "Medicine", "Multiplier": null, "NormalizedAliases": [ "human medicine", "therapeusis", "medical office", "medical product", "diagnostic specialty", "western medicine", "vaccinationists", "clinical practice", "medical establishment", "branch of medicine", "conventional medicine", "mainstream medicine", "modern medicine", "medical use", "medicin", "medically", "theory of physic", "medicine", "healing arts", "medicene", "ars medicine", "practice of medicine", "medicinally", "medical products", "medcine", "medical science", "medical practice", "medicinal", "orthodox medicine", "clinical medicine", "ars medica", "medecine", "standard medical practice", "ars medicinae", "medical studies", "interdisciplinary fields of medicine", "standard medicine", "medicinable", "medicine that is harmful and ineffective", "diagnostic specialties", "branches of medicine", "medical", "medical study", "medical community", "interdisciplinary sub specialties of medicine", "basic medical sciences", "healing art", "medecines", "medical sciences", "medical knowledge" ], "NormalizedMatchedWikiEntityName": "medicine", "NormalizedValue": "medicine", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Medicine" }
Who became British Prime Minister in June 1935?
[ { "Description": "... became the first person to fly ... from the sport in June of 1935 ... Prime Minister Ramsay MacDonald Till 7 June United Kingdom Prime Minister Stanley ...", "Filename": "60/60_278385.txt", "Rank": 1, "Title": "What Happened in 1935 inc. Pop Culture, Prices and Events", "Ur...
[ { "DocSource": "TagMe", "Filename": "Prime_Minister_of_the_United_Kingdom.txt", "Title": "Prime Minister of the United Kingdom", "originalUrl": null }, { "DocSource": "Search", "Filename": "Ramsay_MacDonald.txt", "Title": "Ramsay MacDonald", "originalUrl": "https://en.wikipedia.o...
http://www.quizballs.com/
Ai trở thành Thủ tướng Anh vào tháng 6 năm 1935?
{ "Aliases": [ "Stanley, Bá tước thứ nhất Baldwin của Bewdley Baldwin", "Stanley Baldwin, Bá tước Baldwin thứ nhất của Bewdley, KG, PC", "Stanley Baldwin", "Stanley, Bá tước thứ nhất Baldwin của Bewdley, Tử tước Corvedale của Corvedale Baldwin", "Quyền lực mà không có trách nhiệm", "Stanley Baldwin, Bá tước Baldwin thứ nhất của Bewdley", "Baldwin, Stanley, Bá tước thứ nhất Baldwin của Bewdley" ], "From": null, "MatchedWikiEntityName": "Stanley Baldwin", "Multiplier": null, "NormalizedAliases": [ "Stanley Baldwin Bá tước thứ nhất Baldwin của Bewdley kg pc", "quyền lực mà không có trách nhiệm", "Stanley Baldwin Bá tước thứ nhất Baldwin của Bewdley", "Stanley Bá tước thứ nhất Baldwin của Bewdley Tử tước Corvedale của Corvedale Baldwin", "Stanley Bá tước thứ nhất Baldwin của Bewdley Baldwin", "stanley hói", "Baldwin Stanley Bá tước thứ nhất Baldwin xứ Bewdley" ], "NormalizedMatchedWikiEntityName": "stanley hói", "NormalizedValue": "stanley hói", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Stanley Baldwin" }
qb_6943
{ "Aliases": [ "Stanley, 1st Earl Baldwin of Bewdley Baldwin", "Stanley Baldwin, 1st Earl Baldwin of Bewdley, KG, PC", "Stanley Baldwin", "Stanley, 1st Earl Baldwin of Bewdley, Viscount Corvedale of Corvedale Baldwin", "Power without responsibillity", "Stanley Baldwin, 1st Earl Baldwin of Bewdley", "Baldwin, Stanley, 1st Earl Baldwin of Bewdley" ], "From": null, "MatchedWikiEntityName": "Stanley Baldwin", "Multiplier": null, "NormalizedAliases": [ "stanley baldwin 1st earl baldwin of bewdley kg pc", "power without responsibillity", "stanley baldwin 1st earl baldwin of bewdley", "stanley 1st earl baldwin of bewdley viscount corvedale of corvedale baldwin", "stanley 1st earl baldwin of bewdley baldwin", "stanley baldwin", "baldwin stanley 1st earl baldwin of bewdley" ], "NormalizedMatchedWikiEntityName": "stanley baldwin", "NormalizedValue": "stanley baldwin", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Stanley Baldwin" }
The Dukes of Beaufort are associated with which sport?
[ { "Description": "News & Public Affairs Spirituality & Religion Sports Videos Television Videogame ... Full text of \"The eighth Duke of Beaufort and the ... See other formats ...", "Filename": "14/14_2902383.txt", "Rank": 1, "Title": "Full text of \"The eighth Duke of Beaufort and the ...", "Ur...
[ { "DocSource": "TagMe", "Filename": "Duke_of_Beaufort.txt", "Title": "Duke of Beaufort", "originalUrl": null } ]
http://www.quizballs.com/
Công tước xứ Beaufort gắn liền với môn thể thao nào?
{ "Aliases": [ "Luật chơi cầu lông", "kẻ xấu", "🏸", "Cầu lông", "Lịch sử cầu lông", "Cầu lông", "Người đưa đón", "Cầu lông 1000 bc", "cầu lông", "chơi xấu", "Người chơi cầu lông", "Cầu lông", "vợt cầu lông" ], "From": null, "MatchedWikiEntityName": "Cầu lông", "Multiplier": null, "NormalizedAliases": [ "kẻ xấu", "🏸", "cầu lông", "đánh cầu lông", "cầu lông", "luật chơi cầu lông", "cầu lông", "lịch sử cầu lông", "người đưa đón", "cầu lông", "cầu lông 1000 bc", "người chơi cầu lông", "vợt cầu lông" ], "NormalizedMatchedWikiEntityName": "cầu lông", "NormalizedValue": "cầu lông", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Cầu lông" }
qb_6944
{ "Aliases": [ "Rules of badminton", "Badders", "Badmitton", "Shuttler", "Badminton 1000 bc", "Badmington", "Badmitten", "Badminton players", "Badminton", "Badminton racquet", "🏸", "Badmiton", "History of badminton" ], "From": null, "MatchedWikiEntityName": "Badminton", "Multiplier": null, "NormalizedAliases": [ "badders", "🏸", "rules of badminton", "badmiton", "history of badminton", "shuttler", "badminton", "badminton 1000 bc", "badminton players", "badminton racquet", "badmitton", "badmitten", "badmington" ], "NormalizedMatchedWikiEntityName": "badminton", "NormalizedValue": "badminton", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Badminton" }
Who was the only British Prime Minister to receive a Nobel Prize for Literature?
[ { "Description": "The 107th Nobel Prize for literature, ... who were both Nobel Prize judges, ... The only British prime minister to receive a Nobel Prize for ...", "Filename": "132/132_97233.txt", "Rank": 0, "Title": "Nobel Prize for Literature: the good, the bad and the British", "Url": "http:...
[ { "DocSource": "TagMe", "Filename": "Prime_Minister_of_the_United_Kingdom.txt", "Title": "Prime Minister of the United Kingdom", "originalUrl": null }, { "DocSource": "TagMe", "Filename": "Nobel_Prize_in_Literature.txt", "Title": "Nobel Prize in Literature", "originalUrl": null ...
http://www.quizballs.com/
Thủ tướng Anh duy nhất nhận giải Nobel Văn học là ai?
{ "Aliases": [ "Tango (mèo)", "Cái chết và tang lễ cấp nhà nước của Winston Churchill", "ngài Churchill", "Cúc vạn thọ Churchill", "Winnie Churchill", "Nghị sĩ Winston Churchill", "Winston Churchill", "Thủ tướng Churchill", "W. Churchill", "Winston Leonard Churchill", "Churchill, WS", "ngài Winston", "người Churchill", "WS Churchill", "Nhà thờ Winston", "Trọng tâm", "Winston Churchill", "Ngài Winston Spencer Churchill đáng kính", "Ngài Winston Churchill", "WINSTON CHURCHILL", "Nhà thờ Winston", "Ngài Winston Leonard Spencer Churchill", "Churchill", "Lễ tang cấp nhà nước của Winston Churchill", "Winston Spencer Churchill", "Churchill, Winston", "Winston Leonard Spencer Churchill", "chuurchill", "WL Spencer-Churchill", "Winston Leonard Spencer-Churchill", "Winston Churchill", "Winston Churchhill", "Đại tá cai ngục", "Ngài Winston Leonard Spencer-Churchill", "Cúc vạn thọ Frances Churchill", "Ngài Winston Hcurchill", "Winston Leonard Spencer", "Winston Spencer", "Winston Spencer-Churchill" ], "From": null, "MatchedWikiEntityName": "Winston Churchill", "Multiplier": null, "NormalizedAliases": [ "Winston Churchill", "nhà thờ Winston", "nhà thờ Winston", "Winston leonard Spencer Churchill", "Ngài Winston Hcurchill", "Ngài Winston Leonard Spencer Churchill", "thủ tướng Churchill", "mèo tango", "nhà thờ Churchill", "Churchill ws", "tập trung", "thưa ngài Winston", "ngài Churchill", "cây húng quế", "wl Spencer Churchill", "Winston Spencer Churchill", "cái chết và tang lễ cấp nhà nước của Winston Churchill", "với Churchill", "Churchill Winston", "giáo sĩ", "Spencer Spencer", "chuurchill", "Winston leonard Churchill", "nhà thờ Winnie", "tang lễ cấp nhà nước của Winston Churchill", "đại tá cai ngục", "cúc vạn thọ", "Ngài Winston Spencer Churchill đáng kính", "wonton leonard Spencer", "ngài Winston Churchill", "cúc vạn thọ frances Churchill", "Winston Churchill MP", "Winston Churchill" ], "NormalizedMatchedWikiEntityName": "Winston Churchill", "NormalizedValue": "Winston Churchill", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Winston Churchill" }
qb_6946
{ "Aliases": [ "Tango (cat)", "Death and state funeral of Winston Churchill", "Churchillian", "State funeral of Winston Churchill", "Sir Winston Leonard Spencer-Churchill", "Marigold Frances Churchill", "Sir winston hcurchill", "Winston Leonard Spencer", "Winston Spencer", "Winston Spencer-Churchill", "Sir Churchill", "Marigold Churchill", "Winnie Churchill", "Winston Churchill MP", "Winston churchill", "Prime Minister Churchill", "W. Churchill", "Winston Leonard Churchill", "Churchill, W. S.", "Sir Winston", "W. S. Churchill", "Winston churchilll", "The Focus", "Winston Churchill", "The Honourable Sir Winston Spencer Churchill", "Sir Winston Churchill", "WINSTON CHURCHILL", "Winston churchhill", "Sir Winston Leonard Spencer Churchill", "Churchill", "Winston Spencer Churchill", "Churchill, Winston", "Winston Leonard Spencer Churchill", "Chuurchill", "WL Spencer-Churchill", "Winston Leonard Spencer-Churchill", "Winston Churchil", "Winston Churchhill", "Colonel Warden" ], "From": null, "MatchedWikiEntityName": "Winston Churchill", "Multiplier": null, "NormalizedAliases": [ "winston churchill", "winston churchil", "sir churchill", "winnie churchill", "honourable sir winston spencer churchill", "winston leonard spencer", "sir winston churchill", "marigold frances churchill", "winston churchill mp", "winston churchilll", "winston churchhill", "winston leonard spencer churchill", "sir winston hcurchill", "sir winston leonard spencer churchill", "prime minister churchill", "tango cat", "w s churchill", "churchill w s", "focus", "sir winston", "churchill", "wl spencer churchill", "winston spencer churchill", "death and state funeral of winston churchill", "w churchill", "churchill winston", "churchillian", "winston spencer", "chuurchill", "winston leonard churchill", "state funeral of winston churchill", "colonel warden", "marigold churchill" ], "NormalizedMatchedWikiEntityName": "winston churchill", "NormalizedValue": "winston churchill", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Winston Churchill" }
In which UK city is the television series ‘Hollyoaks’ set?
[ { "Description": "Hollyoaks takes a look at the lives ... Multi-starrer film ‘Fever’ Set to Hit the Screens in UK on 5th ... track your Watchlist and rate your favorite movies and ...", "Filename": "43/43_459471.txt", "Rank": 1, "Title": "Hollyoaks (TV Series 1995– ) - IMDb", "Url": "http://www....
[ { "DocSource": "TagMe", "Filename": "Hollyoaks.txt", "Title": "Hollyoaks", "originalUrl": null } ]
http://www.quizballs.com/
Bộ phim truyền hình 'Hollyoaks' lấy bối cảnh ở thành phố nào của Vương quốc Anh?
{ "Aliases": [ "Quận Chester", "người Cestria", "Legacækhuấy", "Chester, Cheshire", "Chester, Anh", "Trường tiểu học Công giáo St Clare (Chester)", "Chester", "Cestrian" ], "From": null, "MatchedWikiEntityName": "Chester", "Multiplier": null, "NormalizedAliases": [ "quận chester", "trường tiểu học công giáo st clare chester", "chester nước anh", "di sản khuấy động", "người có tổ tiên", "cheshire chester", "người có tổ tiên", "chester" ], "NormalizedMatchedWikiEntityName": "chester", "NormalizedValue": "chester", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Chester" }
qb_6947
{ "Aliases": [ "County Borough of Chester", "Cestrians", "Legacæstir", "Chester, Cheshire", "Chester, England", "St Clare's Catholic Primary School (Chester)", "Chester", "Cestrian" ], "From": null, "MatchedWikiEntityName": "Chester", "Multiplier": null, "NormalizedAliases": [ "county borough of chester", "st clare s catholic primary school chester", "chester england", "legacæstir", "cestrians", "chester cheshire", "cestrian", "chester" ], "NormalizedMatchedWikiEntityName": "chester", "NormalizedValue": "chester", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Chester" }
Jentacular relates to which meal of the day?
[ { "Description": "... I've two related words this week - jentacular and prandial. ... Hobbits and Romans – jentacular and prandial. ... Seems to live on this day with the ...", "Filename": "130/130_459510.txt", "Rank": 0, "Title": "Hobbits and Romans – jentacular and prandial | The ...", "Url": ...
[ { "DocSource": "TagMe", "Filename": "Breakfast.txt", "Title": "Breakfast", "originalUrl": null } ]
http://www.quizballs.com/
Jentacular liên quan đến bữa ăn nào trong ngày?
{ "Aliases": [ "Bữa sáng kiểu lục địa", "Bữa sáng kiểu lục địa", "Bữa sáng", "Brekkie", "Đồ ăn sáng", "Petit Déjeuner", "Bữa sáng kiểu Bắc Ấn", "Petit Dejeuner", "Thức ăn cho bữa sáng", "Bữa sáng", "Jentacular", "Lễ hội đột phá", "bữa sáng kiểu Anh" ], "From": null, "MatchedWikiEntityName": "Bữa sáng", "Multiplier": null, "NormalizedAliases": [ "lỗ huyệt", "bữa sáng", "bữa sáng kiểu Anh", "nhỏ nhắn", "bánh mì kẹp thịt", "đồ ăn sáng", "vui vẻ nhất", "nhỏ déjeuner", "bữa sáng", "thức ăn cho bữa sáng", "bữa sáng kiểu lục địa", "bữa sáng kiểu bắc ấn độ" ], "NormalizedMatchedWikiEntityName": "bữa sáng", "NormalizedValue": "bữa sáng", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Bữa sáng" }
qb_6948
{ "Aliases": [ "Continental Breakfast", "Continental breakfast", "Petit Déjeuner", "North Indian breakfast", "Petit Dejeuner", "Breakfast food", "Breakfeast", "Jentacular", "Breakfest", "British breakfast", "Breakfast", "Brekkie", "Breakfast foods" ], "From": null, "MatchedWikiEntityName": "Breakfast", "Multiplier": null, "NormalizedAliases": [ "jentacular", "breakfast", "brekkie", "breakfast foods", "breakfest", "petit déjeuner", "breakfeast", "breakfast food", "continental breakfast", "north indian breakfast", "british breakfast", "petit dejeuner" ], "NormalizedMatchedWikiEntityName": "breakfast", "NormalizedValue": "breakfast", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Breakfast" }
Who was the defeated Presidential candidate in the 1900 US election?
[ { "Description": "United States presidential election of 1900, American presidential election, 1900 Encyclopædia Britannica, Inc. American presidential election held on November 6 ...", "Filename": "194/194_49072.txt", "Rank": 0, "Title": "United States presidential election of 1900 - britannica.com...
[ { "DocSource": "Search", "Filename": "United_States_presidential_election,_1900.txt", "Title": "United States presidential election, 1900", "originalUrl": "https://en.wikipedia.org/wiki/United_States_presidential_election,_1900" } ]
http://www.triviacountry.com/
Ứng cử viên Tổng thống bị đánh bại trong cuộc bầu cử Mỹ năm 1900 là ai?
{ "Aliases": [ "William Jennings Bryant", "WJB", "William jennings Bryan", "William Jennings Bryan", "William J. Bryan", "Jennings Bryan", "William Jennings Brian" ], "From": null, "MatchedWikiEntityName": "William Jennings Bryan", "Multiplier": null, "NormalizedAliases": [ "William Jennings Bryan", "wjb", "jennings Bryan", "William J Bryan", "William Jennings Bryant", "William Jennings Brian" ], "NormalizedMatchedWikiEntityName": "William Jennings Bryan", "NormalizedValue": "William Jennings Bryan", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "William Jennings Bryan" }
tc_1651
{ "Aliases": [ "William Jennings Bryant", "WJB", "William jennings bryan", "William Jennings Bryan", "William J. Bryan", "Jennings bryan", "William Jennings Brian" ], "From": null, "MatchedWikiEntityName": "William Jennings Bryan", "Multiplier": null, "NormalizedAliases": [ "william jennings bryan", "wjb", "jennings bryan", "william j bryan", "william jennings bryant", "william jennings brian" ], "NormalizedMatchedWikiEntityName": "william jennings bryan", "NormalizedValue": "william jennings bryan", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "William Jennings Bryan" }
Which German-based group released a 1978 album entitled ‘Nightflight to Venus’?
[ { "Description": "Nightflight to Venus (Atlantic, 1978) Nightflight to Venus was the third album from the German-based vocal group ... Rasputin and Painter Man were released ...", "Filename": "132/132_459558.txt", "Rank": 0, "Title": "“Nightflight to Venus” | Walk Memory Lane", "Url": "https://w...
[ { "DocSource": "TagMe", "Filename": "Nightflight_to_Venus.txt", "Title": "Nightflight to Venus", "originalUrl": null } ]
http://www.quizballs.com/
Nhóm nhạc người Đức nào đã phát hành album năm 1978 mang tên 'Nightflight to Venus'?
{ "Aliases": [ "Boney M.", "Boney M", "Bonnie M", "Bonny M", "Bonny-M", "xương xẩu" ], "From": null, "MatchedWikiEntityName": "Boney M.", "Multiplier": null, "NormalizedAliases": [ "xương xẩu", "vui vẻ", "tôi khỏe mạnh", "bonnie m" ], "NormalizedMatchedWikiEntityName": "tôi khỏe mạnh", "NormalizedValue": "tôi khỏe mạnh", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Boney M" }
qb_6949
{ "Aliases": [ "Boney M.", "Boney M", "Bonnie M", "Bonny M", "Bonny-M", "Bony m" ], "From": null, "MatchedWikiEntityName": "Boney M.", "Multiplier": null, "NormalizedAliases": [ "bony m", "bonny m", "boney m", "bonnie m" ], "NormalizedMatchedWikiEntityName": "boney m", "NormalizedValue": "boney m", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Boney M" }
A ‘Granthi’ is the keeper and reader of the scriptures in which religion?
[ { "Description": "The granthi (\"the keeper and the reader of the Sikh scripture\") recites japji sahib (a Sikh prayer) ... The Granthi explains that he must never cut his hair.", "Filename": "175/175_2632522.txt", "Rank": 0, "Title": "The granthi (&quot;the keeper and the reader of the Sikh ...", ...
[ { "DocSource": "TagMe", "Filename": "Granthi.txt", "Title": "Granthi", "originalUrl": null } ]
http://www.quizballs.com/
Một 'Granthi' là người lưu giữ và đọc kinh của tôn giáo nào?
{ "Aliases": [ "đức tin đạo Sikh", "người Sikhi", "người Sikh được rửa tội", "Sikkhi", "Mười đạo sư", "Pháp Sikha", "đạo Sikhsim", "người Bà La Môn theo đạo Sikh", "Đạo Sikh Những quan sát khác", "đạo Sikh", "đạo Sikh", "Tôn giáo Sikh", "Mười đạo sư", "đạo Sik" ], "From": null, "MatchedWikiEntityName": "đạo Sikh", "Multiplier": null, "NormalizedAliases": [ "người Bà La Môn theo đạo Sikh", "mười đạo sư", "sikha pháp", "chủ nghĩa đạo đức", "đạo Sikh quan sát khác", "đạo Sikh đã được rửa tội", "đạo sĩ", "đạo Sikh", "sikhi", "đức tin đạo Sikh", "tôn giáo đạo Sikh", "đạo sikhsim" ], "NormalizedMatchedWikiEntityName": "đạo Sikh", "NormalizedValue": "đạo Sikh", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "đạo Sikh" }
qb_6951
{ "Aliases": [ "Sikh faith", "Sikhi", "Sikhsim", "Sikh Brahmins", "Sikhism Other Observations", "Sikh religion", "Sikhism", "The Sikh Religion", "The Ten Gurus", "Sikism", "Baptized Sikh", "Sikkhi", "Ten gurus", "Sikha Dharma" ], "From": null, "MatchedWikiEntityName": "Sikhism", "Multiplier": null, "NormalizedAliases": [ "sikh brahmins", "ten gurus", "sikhism other observations", "baptized sikh", "sikhi", "sikhism", "sikkhi", "sikh faith", "sikh religion", "sikhsim", "sikha dharma", "sikism" ], "NormalizedMatchedWikiEntityName": "sikhism", "NormalizedValue": "sikhism", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Sikhism" }
In August 1960, The Beatles began a residency in the Indra Club in which European city?
[ { "Description": "Article on The Beatles' first concert at the Indra Club in Hamburg, on the Beatles Bible website. ... Wednesday 17 August 1960 Live 2 ... The city of Hamburg was ...", "Filename": "37/37_2632558.txt", "Rank": 0, "Title": "17 August 1960: Live: Indra Club, Hamburg | The Beatles Bibl...
[ { "DocSource": "TagMe", "Filename": "The_Beatles.txt", "Title": "The Beatles", "originalUrl": null }, { "DocSource": "TagMe", "Filename": "The_Beatles_in_Hamburg.txt", "Title": "The Beatles in Hamburg", "originalUrl": null }, { "DocSource": "Search", "Filename": "1960...
http://www.quizballs.com/
Vào tháng 8 năm 1960, The Beatles bắt đầu cư trú tại Câu lạc bộ Indra ở thành phố nào ở Châu Âu?
{ "Aliases": [ "DEHAM", "Hambro'", "Giải phóng Hansestadt Hamborg", "Thành phố tự do và Hanseatic của Hamburg", "Thành phố Hanseatic của Hamburg", "UN/LOCODE:DEHAM", "Hamburg, Đức)", "Hamburg (tiểu bang)", "Treva", "Hamburg, Đức", "Gambrivium", "Hamburg", "Hamborg", "Thành phố tự do Hamburg", "Hamburg (thành phố)", "Hambourg", "Freie và Hansestadt Hamburg", "Ḥamburg" ], "From": null, "MatchedWikiEntityName": "Hamburg", "Multiplier": null, "NormalizedAliases": [ "deham", "un locode deham", "tiểu bang hamburg", "hamburg", "thành phố hamburg", "ḥamburg", "hambro", "thành phố hamburg tự do và cổ điển", "Hamburg, Đức", "hamborg", "gambrivium", "miễn phí cho un Hansestadt hamborg", "thành phố tự do hamburg", "thành phố Hanseatic của hamburg", "treva", "hambourg", "tự do và hansestadt hamburg" ], "NormalizedMatchedWikiEntityName": "hamburg", "NormalizedValue": "hamburg", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Hamburg" }
qb_6952
{ "Aliases": [ "DEHAM", "Hambro'", "Gambrivium", "Hamburg", "Hamborg", "Free City of Hamburg", "Hamburg (city)", "Hambourg", "Freie und Hansestadt Hamburg", "Ḥamburg", "Free un Hansestadt Hamborg", "Free and Hanseatic City of Hamburg", "Hanseatic city of Hamburg", "UN/LOCODE:DEHAM", "Hamburg (Germany)", "Hamburg (state)", "Treva", "Hamburg, Germany" ], "From": null, "MatchedWikiEntityName": "Hamburg", "Multiplier": null, "NormalizedAliases": [ "deham", "un locode deham", "hamborg", "gambrivium", "free un hansestadt hamborg", "free city of hamburg", "hanseatic city of hamburg", "treva", "hambourg", "freie und hansestadt hamburg", "hamburg state", "hamburg", "hamburg city", "ḥamburg", "hambro", "free and hanseatic city of hamburg", "hamburg germany" ], "NormalizedMatchedWikiEntityName": "hamburg", "NormalizedValue": "hamburg", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Hamburg" }
Who became the last state President of apartheid South Africa in August 1989?
[ { "Description": "Fw De Klerk - Quotes and ... is the former seventh and last State President of apartheid-era South Africa, ... On 15 August 1989, ...", "Filename": "1/1_2902421.txt", "Rank": 0, "Title": "FW DE KLERK - Entertainment-Online.co.za", "Url": "http://www.entertainment-online.co.za/f...
[ { "DocSource": "TagMe", "Filename": "Apartheid.txt", "Title": "Apartheid", "originalUrl": null } ]
http://www.quizballs.com/
Ai trở thành Tổng thống cuối cùng của Nam Phi theo chế độ phân biệt chủng tộc vào tháng 8 năm 1989?
{ "Aliases": [ "Frederik W. De Klerk", "Tiền đạo De Klerk", "Frederik Willem de Klerk", "FW de Klerk", "FW de Klerk", "Frederik de Klerk", "Tiền đạo De Klerk", "Willem de Klerk", "Frederik Willem De Klerk", "Tiền đạo De Klerk", "Frederik W. de Klerk", "FW Klerk", "Frederik De Klerk", "FW de Klerk", "Frederik Willem de Klerk", "Fw deklerk", "F De Klerk", "FW de Klerk", "Frederick de Klerk", "FW của klerk", "FW de Klerk", "Tiền đạo De Klerk", "Tổng thống De Klerk" ], "From": null, "MatchedWikiEntityName": "FW de Klerk", "Multiplier": null, "NormalizedAliases": [ "chết tiệt", "frederik willem de klerk", "chủ tịch de klerk", "Willem de Klerk", "dòng chảy", "frederik de klerk", "bay đi klerk", "frederik w de klerk", "f de klerk", "Frederick de Klerk", "bay đi klerk" ], "NormalizedMatchedWikiEntityName": "bay đi klerk", "NormalizedValue": "bay đi klerk", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "FW de Klerk" }
qb_6953
{ "Aliases": [ "Frederik W. De Klerk", "F. W. De Klerk", "Frederik De Klerk", "F De Klerk", "F.W. de Klerk", "Frederick de Klerk", "FW de klerk", "F.W de Klerk", "F.W. De Klerk", "President De Klerk", "Frederik willem de klerk", "F W de Klerk", "FW de Klerk", "Frederik de Klerk", "F.W De Klerk", "Willem de Klerk", "Frederik Willem De Klerk", "FW De Klerk", "Frederik W. de Klerk", "F W Klerk", "F. W. de Klerk", "Frederik Willem de Klerk", "F.w. deklerk" ], "From": null, "MatchedWikiEntityName": "F. W. de Klerk", "Multiplier": null, "NormalizedAliases": [ "f w klerk", "frederik willem de klerk", "willem de klerk", "f w deklerk", "frederik de klerk", "f w de klerk", "frederik w de klerk", "f de klerk", "frederick de klerk", "fw de klerk", "president de klerk" ], "NormalizedMatchedWikiEntityName": "f w de klerk", "NormalizedValue": "f w de klerk", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "F W de Klerk" }
In medicine, what is the rare syndrome in children, characterised by physical symptoms suggestive of premature old age?
[ { "Description": "progeria [medicine] premature old age, a rare condition occurring ... a rare syndrome in children characterized by physical symptoms suggestive of premature old age ...", "Filename": "17/17_2902441.txt", "Rank": 0, "Title": "progeria - Memidex dictionary/thesaurus", "Url": "htt...
[]
http://www.quizballs.com/
Trong y học, hội chứng hiếm gặp ở trẻ em, đặc trưng bởi các triệu chứng thực thể gợi ý đến tuổi già sớm là gì?
{ "Aliases": [ "Hội chứng Hutchinson-Gilford", "hgps", "Hội chứng Hutchinson–Gilford–Progeria", "Hội chứng Progeria", "Hutchinson-Gilford", "Hội chứng lão hóa Hutchinson-Gilford", "Projeria", "Progeria", "Hutchinson-Gilford Progeria", "Progeria infantilis", "Hội chứng Hutchinson-Gilford", "Hội chứng lão hóa Hutchinson-Gilford", "Progeria thời thơ ấu", "Huchinson-Gilford Progeria", "Hội chứng lão hóa Hutchinson–Gilford", "Hội chứng Hutchinson Gilford", "Hội chứng Hutchinson Gilford", "Bệnh lão hóa Hutchinson-Gilford", "Hội chứng lão hóa Hutchinson Gilford", "Hội chứng Hutchinson–Gilford", "Hội chứng Progeria Hutchinson-Gilford", "Tuổi già trước tuổi trưởng thành", "HGPS" ], "From": null, "MatchedWikiEntityName": "Progeria", "Multiplier": null, "NormalizedAliases": [ "hgps", "Hội chứng lão hóa Hutchinson Gilford", "bệnh già trước tuổi", "huchinson gilford progeria", "hội chứng Hutchinson Gilford", "hội chứng Hutchinson-gilford-progeria", "Hội chứng lão hóa Hutchinson-gilford", "hội chứng Hutchinson Gilford", "bệnh progeria thời thơ ấu", "bệnh progeria infantilis", "hội chứng lão hóa", "hội chứng Hutchinson-gilford", "tuổi già trước tuổi trưởng thành", "projeria", "Hutchinson Gilford progeria", "Hutchinson Gilford" ], "NormalizedMatchedWikiEntityName": "bệnh già trước tuổi", "NormalizedValue": "bệnh già trước tuổi", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Progeria" }
qb_6954
{ "Aliases": [ "Hutchinson-Gilford Syndrome", "Hgps", "Progeria of childhood", "Hutchinson Gilford Syndrom", "Hutchinson-Gilford progeria", "Hutchinson Gilford Progeria Syndrome", "Hutchinson–Gilford syndrome", "Hutchinson-Gilford Progeria syndrome", "Pre Mature Old-Age", "HGPS", "Hutchinson–Gilford–Progeria syndrome", "Progeria syndrome", "Hutchinson-Gilford", "Hutchinson-Gilford progeria syndrome", "Projeria", "Progeria", "Hutchinson-Gilford Progeria", "Progeria infantilis", "Hutchinson-Gilford syndrome", "Hutchinson-Gilford Progeria Syndrome", "Huchinson-Gilford Progeria", "Hutchinson–Gilford progeria syndrome", "Hutchinson Gilford syndrome" ], "From": null, "MatchedWikiEntityName": "Progeria", "Multiplier": null, "NormalizedAliases": [ "hgps", "hutchinson gilford progeria syndrome", "progeria of childhood", "progeria infantilis", "progeria syndrome", "hutchinson–gilford syndrome", "pre mature old age", "projeria", "hutchinson gilford progeria", "hutchinson gilford", "progeria", "huchinson gilford progeria", "hutchinson gilford syndrom", "hutchinson–gilford–progeria syndrome", "hutchinson–gilford progeria syndrome", "hutchinson gilford syndrome" ], "NormalizedMatchedWikiEntityName": "progeria", "NormalizedValue": "progeria", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Progeria" }
What is the name of the teletext information service started by the BBC in September 1974?
[ { "Description": "Teletext is a television information retrieval service, ... towards the end of 1974 the BBC news department put ... therefore ending teletext service in the US ...", "Filename": "7/7_2632591.txt", "Rank": 0, "Title": "Teletext - worldwizzy.com", "Url": "http://www.worldwizzy.co...
[ { "DocSource": "TagMe", "Filename": "Teletext.txt", "Title": "Teletext", "originalUrl": null }, { "DocSource": "TagMe", "Filename": "BBC.txt", "Title": "BBC", "originalUrl": null }, { "DocSource": "Search", "Filename": "Ceefax.txt", "Title": "Ceefax", "origina...
http://www.quizballs.com/
Tên của dịch vụ thông tin teletext do BBC bắt đầu vào tháng 9 năm 1974 là gì?
{ "Aliases": [ "Ceefax trong tầm nhìn", "Các trang từ ceefax", "Các trang từ Ceefax", "Ceefax AM", "Màn đêm của BBC", "BBC Ceefax", "CEEFAX", "Ceefax" ], "From": null, "MatchedWikiEntityName": "Ceefax", "Multiplier": null, "NormalizedAliases": [ "ceefax", "ceefax trong tầm nhìn", "ceefax am", "bbc ceefax", "các trang từ ceefax", "màn đêm của bbc" ], "NormalizedMatchedWikiEntityName": "ceefax", "NormalizedValue": "ceefax", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Ceefax" }
qb_6955
{ "Aliases": [ "Ceefax in Vision", "Pages from ceefax", "Pages from Ceefax", "Ceefax AM", "BBC Nightscreen", "BBC Ceefax", "CEEFAX", "Ceefax" ], "From": null, "MatchedWikiEntityName": "Ceefax", "Multiplier": null, "NormalizedAliases": [ "ceefax", "ceefax in vision", "ceefax am", "bbc ceefax", "pages from ceefax", "bbc nightscreen" ], "NormalizedMatchedWikiEntityName": "ceefax", "NormalizedValue": "ceefax", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Ceefax" }
What type of creature is a capelin?
[ { "Description": "The Capelin is a small fish found in the waters of the North Pole. \" This ... Legendary creatures in Endless Ocean; Endless Ocean: ... Type: Small Marine Life. Length:", "Filename": "42/42_459671.txt", "Rank": 0, "Title": "Capelin - Endless Ocean Wiki - Wikia", "Url": "http://...
[ { "DocSource": "TagMe", "Filename": "Capelin.txt", "Title": "Capelin", "originalUrl": null } ]
http://www.quizballs.com/
Capelin là loại sinh vật gì?
{ "Aliases": [ "Protein cá", "cá vây", "cá", "cá", "Cá so với cá", "Úp mặt", "Cá bệnh", "Xương cá", "Song Ngư (động vật học)", "cá có vây", "Cá biển", "Cá (động vật học)", "Cá vs cá", "Ichthyes", "Cá", "Ichthyofauna", "inchthyic", "Nọc cá", "Ichthyoid", "Cá so với cá", "🐟", "Cá (Sinh học)", "Cá hoặc cá", "Song Ngư", "Cá hoặc cá" ], "From": null, "MatchedWikiEntityName": "Cá", "Multiplier": null, "NormalizedAliases": [ "🐟", "cá có vây", "xôn xao", "cá vs cá", "cá so với cá", "protein cá", "cá hoặc cá", "cá", "cá sinh học", "Song Ngư", "cá giáp", "cá vây", "cá biển", "cá đấu với cá", "ichthyes", "nọc cá", "động vật học song ngư", "động vật học cá", "cá hoặc cá", "cá", "cá bị bệnh", "loài cá", "xương cá", "cá", "inchthyic" ], "NormalizedMatchedWikiEntityName": "cá", "NormalizedValue": "cá", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Cá" }
qb_6957
{ "Aliases": [ "Fish proteins", "Fin-fish", "Fish vs fishes", "Ichthyoid", "Fish versus fishes", "🐟", "Fish (Biology)", "Fishes or fish", "Piscines", "Fish or fishes", "Fisshes", "Fishes", "Fishes versus fish", "Fush", "Sick fish", "Fishbones", "Pisces (zoology)", "Finfish", "Marine fish", "Fish (zoology)", "Ichthyes", "Fish", "Ichthyofauna", "Inchthyic", "Fish venoms" ], "From": null, "MatchedWikiEntityName": "Fish", "Multiplier": null, "NormalizedAliases": [ "🐟", "finfish", "marine fish", "fishes or fish", "fisshes", "sick fish", "ichthyofauna", "fishbones", "fishes", "inchthyic", "fush", "fish vs fishes", "fishes versus fish", "fish proteins", "fish or fishes", "fish", "fish biology", "piscines", "ichthyoid", "fin fish", "fish versus fishes", "ichthyes", "fish venoms", "pisces zoology", "fish zoology" ], "NormalizedMatchedWikiEntityName": "fish", "NormalizedValue": "fish", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Fish" }
What was former US President Richard Nixon’s religion?
[ { "Description": "Description of the religious affiliation of President Richard Nixon, ... Richard Nixon was the 37th President of the United States. Richard Nixon previously served as ...", "Filename": "137/137_459738.txt", "Rank": 1, "Title": "The Religion of President Richard Nixon - Adherents.co...
[ { "DocSource": "TagMe", "Filename": "Richard_Nixon.txt", "Title": "Richard Nixon", "originalUrl": null } ]
http://www.quizballs.com/
Tôn giáo của cựu Tổng thống Mỹ Richard Nixon là gì?
{ "Aliases": [ "RSoF", "Những người theo chủ nghĩa tự do", "Hội bạn bè", "tín đồ đạo giáo Quaker", "chủ nghĩa Quaker", "Sự thờ phượng không được lập trình", "Hội bạn bè", "Crynwyr", "Cuộc họp dành cho doanh nghiệp", "Lời chứng thực của Quaker", "Hội bạn bè", "Hội tôn giáo bạn bè", "Thờ phượng Quaker", "Hội tôn giáo của những người bạn", "Christian - Quaker", "Quaker (tôn giáo)", "Người Quaker", "Hội bạn bè tôn giáo", "Lời khai của người Quaker", "người phụ nữ Quaker", "Hiệp hội tôn giáo bạn bè", "Người Quaker tự do", "người Quaker", "Lời khai của Quaker", "Hội bạn bè", "Hội bạn bè", "Nhà thờ bạn bè", "người Quaker", "Bạn bè (Quakers)", "tổ chức Quaker", "Hiệp hội bạn bè tôn giáo (Quakers)", "Hội tôn giáo bạn bè" ], "From": null, "MatchedWikiEntityName": "người Quaker", "Multiplier": null, "NormalizedAliases": [ "lời khai chấn động", "bạn bè rung chuyển", "crynyr", "lời chứng rung chuyển", "người rung chuyển", "người theo đạo Cơ đốc", "tôn giáo rung chuyển", "người rung chuyển", "người theo chủ nghĩa tự do", "người rung chuyển", "cuộc họp kinh doanh", "tôn thờ người rung chuyển", "những người theo chủ nghĩa tự do", "rsof", "hiệp hội tôn giáo của những người bạn quakers", "chủ nghĩa chấn động", "tổ chức chấn động", "hội bạn bè", "nhà thờ bạn bè", "người theo đạo Cơ Đốc", "sự thờ phượng không được lập trình", "hội tôn giáo của bạn bè", "hội tôn giáo của những người bạn", "hội bạn bè" ], "NormalizedMatchedWikiEntityName": "người rung chuyển", "NormalizedValue": "người rung chuyển", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "người Quaker" }
qb_6959
{ "Aliases": [ "RSoF", "Liberal Quakers", "Quaker Worship", "Quaker Testimony", "Friends Church", "Quaker", "Friends (Quakers)", "Quaker organizations", "Religious Society of Friends (Quakers)", "The Religious Society of Friends", "Society of Friends", "Quaker Christian", "Quakerism", "Unprogrammed worship", "Friends Society", "Crynwyr", "Meeting for Business", "Quaker testimonies", "Society Of Friends", "Religious Society Of Friends", "Religious Society of the Friends", "Christian - Quaker", "Quaker (religion)", "The Quakers", "Religious Society of Friends", "Quaker testimony", "Quakeress", "Religious Society of Freinds", "Liberal Quaker", "Quakers", "The Society of Friends", "Society of friends" ], "From": null, "MatchedWikiEntityName": "Quakers", "Multiplier": null, "NormalizedAliases": [ "quaker testimony", "friends quakers", "liberal quakers", "society of friends", "friends church", "quaker christian", "unprogrammed worship", "religious society of friends", "religious society of freinds", "friends society", "crynwyr", "quaker testimonies", "quakers", "christian quaker", "quaker religion", "quaker", "liberal quaker", "quakeress", "meeting for business", "quaker worship", "rsof", "religious society of friends quakers", "quakerism", "quaker organizations" ], "NormalizedMatchedWikiEntityName": "quakers", "NormalizedValue": "quaker", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Quaker" }
Auskerry, Burray and Cava are part of which Scottish island group?
[ { "Description": "Orkney Main Page Historic County of Scotland This is the Umbrella ... The largest island is known as the ... Auskerry; Brough of Birsay; Burray; Calf of Eday; Calf ...", "Filename": "60/60_827339.txt", "Rank": 0, "Title": "Orkney Main Page - geni.com", "Url": "https://www.geni....
[ { "DocSource": "TagMe", "Filename": "Auskerry.txt", "Title": "Auskerry", "originalUrl": null }, { "DocSource": "TagMe", "Filename": "Burray.txt", "Title": "Burray", "originalUrl": null }, { "DocSource": "TagMe", "Filename": "Cava,_Orkney.txt", "Title": "Cava, Orkn...
http://www.quizballs.com/
Auskerry, Burray và Cava là một phần của nhóm đảo Scotland nào?
{ "Aliases": [ "Quần đảo Orkney", "Arcaibh", "Hội đồng Orkney", "Quần đảo Orkney (khu vực hội đồng)", "The Orkneys", "Orcadia", "Khu vực hội đồng quần đảo Orkney", "Bá tước Thụy Điển Orkney", "Orkneys", "Orkney (khu vực hội đồng đảo của Scotland)", "Quần đảo Orkney", "Quận Orkney", "Đảo Orkney", "Thịt cừu Orkney", "Orcades (đảo)", "Đảo Orkney", "Thịt bò Orkney", "Khu vực hội đồng Orkney Isles", "Quần đảo Orkney, Scotland", "Quần đảo Orkney", "Orcadia (định hướng)", "Orkney", "Orkney (khu vực hội đồng)" ], "From": null, "MatchedWikiEntityName": "Orkney", "Multiplier": null, "NormalizedAliases": [ "khu vực hội đồng quần đảo orkney", "đảo orkney", "định hướng orcadia", "quần đảo orkney", "quần đảo orkney scotland", "quần đảo orkney", "hội đồng orkney", "quần đảo orcades", "orcadia", "arcaibh", "khu vực hội đồng đảo orkney", "thịt bò orkney", "orkney", "khu vực hội đồng quần đảo orkney của scotland", "thịt cừu orkney", "quận orkney", "Bá tước Thụy Điển Orkney", "orkney", "khu vực hội đồng orkney" ], "NormalizedMatchedWikiEntityName": "orkney", "NormalizedValue": "quần đảo orkney", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Quần đảo Orkney" }
qb_6960
{ "Aliases": [ "Orkney Islands", "Arcaibh", "Orkney Island", "Orkney beef", "Orkney Isles council area", "Orkney Islands, Scotland", "Orkney Isles", "Orcadia (disambiguation)", "Orkney", "Orkney (council area)", "Orkney Council", "Orkney Islands (council area)", "The Orkneys", "Orcadia", "Orkney Islands council area", "Swedish earldom of Orkney", "Orkneys", "Orkney (islands council area of Scotland)", "Orkney islands", "County of Orkney", "Orkney lamb", "Orcades (islands)", "Orkney island" ], "From": null, "MatchedWikiEntityName": "Orkney", "Multiplier": null, "NormalizedAliases": [ "orkney islands council area", "orkney island", "orkney beef", "orkneys", "orkney islands council area of scotland", "orkney lamb", "county of orkney", "swedish earldom of orkney", "orkney", "orkney council area", "orcadia disambiguation", "orkney islands", "orkney islands scotland", "orkney isles", "orkney council", "orcades islands", "orcadia", "arcaibh", "orkney isles council area" ], "NormalizedMatchedWikiEntityName": "orkney", "NormalizedValue": "orkney islands", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Orkney Islands" }
Puck Bay lies off the shore of which European country?
[ { "Description": "The city lies on the southern edge of Gdańsk Bay ... an end to Communist rule across Central Europe. ... and boats on the shore at dusk, Puck Bay, ...", "Filename": "46/46_459810.txt", "Rank": 0, "Title": "kashubia photos on Flickr | Flickr", "Url": "https://www.flickr.com/phot...
[ { "DocSource": "TagMe", "Filename": "Bay_of_Puck.txt", "Title": "Bay of Puck", "originalUrl": null } ]
http://www.quizballs.com/
Vịnh Puck nằm ngoài khơi nước nào ở châu Âu?
{ "Aliases": [ "Từ nguyên của Ba Lan", "Nhà nước Ba Lan", "Quốc gia- Ba Lan", "Ba Lan", "Ba Lan", "Ba Lan", "Ba Lan.", "đất Ba Lan", "Ba Lan", "đất Pô", "Lenkija", "khốn nạn", "Ba Lan", "Pologne", "Ba LanD", "Polija", "đất cực", "Kiến trúc Ba Lan", "Ploand", "Rzeczpospolita Polska", "Ba Lan", "ISO 3166-1:PL", "Tiếng Ba Lan", "Cộng hòa Ba Lan", "BA LAN", "Ba Lan thứ tư" ], "From": null, "MatchedWikiEntityName": "Ba Lan", "Multiplier": null, "NormalizedAliases": [ "lenkija", "xứ Ba Lan", "Ba Lan thứ tư", "tiếng Ba Lan", "rzeczpospolita polska", "trạng thái đánh bóng", "đất Ba Lan", "con khốn", "từ nguyên của Ba Lan", "Ba Lan", "người Ba lan", "kiến trúc của Ba Lan", "iso 3166 1 gói", "chính trị", "Cộng hòa Ba Lan", "poleand", "đất po", "pologne", "đất nước Ba Lan", "người Ba Lan", "đất cực", "cày cuốc", "xứ Ba Lan" ], "NormalizedMatchedWikiEntityName": "Ba Lan", "NormalizedValue": "Ba Lan", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Ba Lan" }
qb_6962
{ "Aliases": [ "Etymology of Poland", "Polish state", "Poleand", "Rzeczpospolita Polska", "Polland", "ISO 3166-1:PL", "Polskor", "Republic of Poland", "POLAND", "Fourth Poland", "Country- Poland", "Poleland", "Polska", "Poland", "Poland.", "Pols Land", "Polnd", "Po land", "Lenkija", "Bastarnia", "Pologne", "PolanD", "Polija", "Pole land", "Architecture of Poland", "Ploand" ], "From": null, "MatchedWikiEntityName": "Poland", "Multiplier": null, "NormalizedAliases": [ "lenkija", "poleland", "iso 3166 1 pl", "po land", "pologne", "country poland", "polska", "pole land", "ploand", "polland", "fourth poland", "polskor", "rzeczpospolita polska", "polish state", "pols land", "bastarnia", "etymology of poland", "poland", "polnd", "architecture of poland", "polija", "republic of poland", "poleand" ], "NormalizedMatchedWikiEntityName": "poland", "NormalizedValue": "poland", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Poland" }
Who was the first leader of the Belgian Congo?
[ { "Description": "... became the first European to visit the Congo when he reached the mouth of the ... The Belgian Congo. ... Congo held elections for president and the national and ...", "Filename": "196/196_5617.txt", "Rank": 0, "Title": "Congo, Democratic Republic of the: History - Infoplease", ...
[ { "DocSource": "TagMe", "Filename": "Belgian_Congo.txt", "Title": "Belgian Congo", "originalUrl": null }, { "DocSource": "Search", "Filename": "Patrice_Lumumba.txt", "Title": "Patrice Lumumba", "originalUrl": "https://en.wikipedia.org/wiki/Patrice_Lumumba" } ]
http://www.triviacountry.com/
Ai là nhà lãnh đạo đầu tiên của Congo thuộc Bỉ?
{ "Aliases": [ "Lumumba", "Lumumba (định hướng)" ], "From": null, "MatchedWikiEntityName": "Lumumba", "Multiplier": null, "NormalizedAliases": [ "thắt lưng", "định hướng thắt lưng" ], "NormalizedMatchedWikiEntityName": "thắt lưng", "NormalizedValue": "thắt lưng", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Lumumba" }
tc_1652
{ "Aliases": [ "Lumumba", "Lumumba (disambiguation)" ], "From": null, "MatchedWikiEntityName": "Lumumba", "Multiplier": null, "NormalizedAliases": [ "lumumba", "lumumba disambiguation" ], "NormalizedMatchedWikiEntityName": "lumumba", "NormalizedValue": "lumumba", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Lumumba" }
Rikki-Tikki-Tavi is the creation of which author?
[ { "Description": "Rudyard Kipling's \"Rikki-Tikki-Tavi\": Mixing Words and Pictures. Tools. Email. ... British author Rudyard Kipling ... \"Rikki-Tikki-Tavi,\" a short story from The ...", "Filename": "138/138_2084380.txt", "Rank": 0, "Title": "Rudyard Kipling's \"Rikki-Tikki-Tavi\": Mixing Words an...
[ { "DocSource": "TagMe", "Filename": "Rikki-Tikki-Tavi.txt", "Title": "Rikki-Tikki-Tavi", "originalUrl": null } ]
http://www.quizballs.com/
Rikki-Tikki-Tavi là tác phẩm của tác giả nào?
{ "Aliases": [ "Joseph Rudyard Kipling", "kiểu Kipling", "Ruyard Kipling", "Hiệp hội Kipling", "thi sĩ của đế chế", "Rudyard Kipling (tác giả)", "Rudyard Kipling", "sân lái Kipling", "Rudy Kipling", "R Kipling", "kipling", "Kipling, Joseph Rudyard", "Kiplingian", "R. Kipling" ], "From": null, "MatchedWikiEntityName": "Rudyard Kipling", "Multiplier": null, "NormalizedAliases": [ "ruyard kipling", "Kipling Rudyard", "tác giả rudyard kipling", "xã hội kipling", "kipling Joseph Rudyard", "người kipling", "r kipling", "Joseph Rudyard Kipling", "thi sĩ của đế chế", "sân lái kipling", "rudy kipling", "kipling", "kiểu kipling" ], "NormalizedMatchedWikiEntityName": "Kipling Rudyard", "NormalizedValue": "Kipling Rudyard", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Rudyard Kipling" }
qb_6963
{ "Aliases": [ "Joseph Rudyard Kipling", "Kiplingesque", "Rudyard Kipling", "Kipling rudyard", "Rudy Kipling", "R Kipling", "Kipling", "Kipling, Joseph Rudyard", "Kiplingian", "R. Kipling", "Ruyard Kipling", "Kipling Society", "Bard of Empire", "Rudyard Kipling (author)" ], "From": null, "MatchedWikiEntityName": "Rudyard Kipling", "Multiplier": null, "NormalizedAliases": [ "ruyard kipling", "rudyard kipling", "kiplingian", "r kipling", "joseph rudyard kipling", "bard of empire", "kipling rudyard", "rudy kipling", "kipling", "kiplingesque", "rudyard kipling author", "kipling society", "kipling joseph rudyard" ], "NormalizedMatchedWikiEntityName": "rudyard kipling", "NormalizedValue": "rudyard kipling", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Rudyard Kipling" }
What was the nickname of American Civil War General Thomas Jackson?
[ { "Description": "Find out more about the history of Stonewall Jackson, ... Thomas “Stonewall” Jackson ... of the South’s most successful generals during the American Civil War ...", "Filename": "115/115_167697.txt", "Rank": 0, "Title": "Stonewall Jackson - American Civil War - HISTORY.com", "Ur...
[ { "DocSource": "TagMe", "Filename": "American_Civil_War.txt", "Title": "American Civil War", "originalUrl": null }, { "DocSource": "TagMe", "Filename": "Stonewall_Jackson.txt", "Title": "Stonewall Jackson", "originalUrl": null } ]
http://www.quizballs.com/
Biệt danh của Tướng quân Nội chiến Hoa Kỳ Thomas Jackson là gì?
{ "Aliases": [ "Thomas J. Jackson", "Thomas %22Stonewall%22 Jackson", "Thomas J Jackson", "Thomas Jonathan %22Stonewall%22 Jackson", "Thomas 'Stonewall' Jackson", "Bức Tường Đá Jackson", "Tướng Thomas Jackson", "Thomas Jonathan Stonewall Jackson", "Bức Tường Đá Jackson", "jackson tường đá", "Thomas Stonewall Jackson", "S jackson", "Thomas Jonathan Jackson", "Thomas J. %22Stonewall%22 Jackson" ], "From": null, "MatchedWikiEntityName": "Bức Tường Đá Jackson", "Multiplier": null, "NormalizedAliases": [ "tướng quân thomas jackson", "bức tường đá jackson", "thomas stonewall jackson", "bức tường đá jackson", "jackson", "thomas jonathan stonewall jackson", "thomas jonathan jackson", "thomas jonathan 22stonewall 22 jackson", "thomas 22stonewall 22 jackson", "thomas j 22stonewall 22 jackson", "thomas j jackson" ], "NormalizedMatchedWikiEntityName": "bức tường đá jackson", "NormalizedValue": "bức tường đá jackson", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Bức Tường Đá Jackson" }
qb_6964
{ "Aliases": [ "Thomas J. Jackson", "Thomas %22Stonewall%22 Jackson", "General Thomas Jackson", "Thomas Jonathan Stonewall Jackson", "Stone Wall Jackson", "Stonewall jackson", "Thomas Stonewall Jackson", "S jackson", "Thomas Jonathan Jackson", "Thomas J. %22Stonewall%22 Jackson", "Thomas J Jackson", "Thomas Jonathan %22Stonewall%22 Jackson", "Thomas 'Stonewall' Jackson", "Stonewall Jackson" ], "From": null, "MatchedWikiEntityName": "Stonewall Jackson", "Multiplier": null, "NormalizedAliases": [ "general thomas jackson", "stonewall jackson", "stone wall jackson", "s jackson", "thomas jonathan stonewall jackson", "thomas jonathan jackson", "thomas jonathan 22stonewall 22 jackson", "thomas 22stonewall 22 jackson", "thomas j 22stonewall 22 jackson", "thomas j jackson", "thomas stonewall jackson" ], "NormalizedMatchedWikiEntityName": "stonewall jackson", "NormalizedValue": "stonewall jackson", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Stonewall Jackson" }
What number of points come after 15 in a game of tennis?
[ { "Description": "What is the meaning of the points being given in tennis as 15-30-40-game? ... Points are given in tennis 15-30 ... to be a \"good\" or \"complete\" number back ...", "Filename": "96/96_1011271.txt", "Rank": 0, "Title": "rules - Points are given in tennis 15-30-40. Why 40 ...", ...
[ { "DocSource": "TagMe", "Filename": "Tennis.txt", "Title": "Tennis", "originalUrl": null } ]
http://www.quizballs.com/
Bao nhiêu điểm có được sau 15 trong một trận quần vợt?
{ "Aliases": [ "30", "ba mươi" ], "From": null, "MatchedWikiEntityName": null, "Multiplier": "", "NormalizedAliases": [ "30", "ba mươi" ], "NormalizedMatchedWikiEntityName": null, "NormalizedValue": "30", "Number": "30", "To": null, "Type": "Numerical", "Unit": "", "Value": "30" }
qb_6965
{ "Aliases": [ "30", "thirty" ], "From": null, "MatchedWikiEntityName": null, "Multiplier": "", "NormalizedAliases": [ "30", "thirty" ], "NormalizedMatchedWikiEntityName": null, "NormalizedValue": "30", "Number": "30", "To": null, "Type": "Numerical", "Unit": "", "Value": "30" }
What is the English name of the American game of checkers?
[ { "Description": "The Checkered History of Checkers. ... books were written on the game and in 1756, an English mathematician ... Spanish Checkers Variant; The American Checkers ...", "Filename": "41/41_859953.txt", "Rank": 1, "Title": "The Checkered History of Checkers", "Url": "http://www.chec...
[ { "DocSource": "Search", "Filename": "Draughts.txt", "Title": "Draughts", "originalUrl": "https://simple.wikipedia.org/wiki/Checkers" } ]
http://www.quizballs.com/
Tên tiếng Anh của trò chơi cờ caro của Mỹ là gì?
{ "Aliases": [ "⛁", "⛀", "⛃", "⛂", "Cờ đam", "Bản nháp (trò chơi)", "Bản nháp" ], "From": null, "MatchedWikiEntityName": "Bản nháp", "Multiplier": null, "NormalizedAliases": [ "⛀", "bản nháp", "⛁", "⛃", "⛂", "quân cờ", "trò chơi nháp" ], "NormalizedMatchedWikiEntityName": "bản nháp", "NormalizedValue": "bản nháp", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Bản nháp" }
qb_6966
{ "Aliases": [ "⛁", "⛀", "⛃", "⛂", "Checkers", "Draughts (game)", "Draughts" ], "From": null, "MatchedWikiEntityName": "Draughts", "Multiplier": null, "NormalizedAliases": [ "⛀", "draughts", "⛁", "⛃", "⛂", "checkers", "draughts game" ], "NormalizedMatchedWikiEntityName": "draughts", "NormalizedValue": "draughts", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Draughts" }
In the NATO Phonetic Alphabet, what word represents the letter ‘U’?
[ { "Description": "The NATO phonetic alphabet, ... including the North Atlantic Treaty Organization ... Tool for quickly getting each letter/words phonetic version;", "Filename": "136/136_285201.txt", "Rank": 4, "Title": "NATO phonetic alphabet - Military Wiki - Wikia", "Url": "http://military.wi...
[ { "DocSource": "TagMe", "Filename": "NATO_phonetic_alphabet.txt", "Title": "NATO phonetic alphabet", "originalUrl": null } ]
http://www.quizballs.com/
Trong Bảng chữ cái ngữ âm NATO, từ nào đại diện cho chữ 'U'?
{ "Aliases": [ "Đồng phục", "Đồng phục thể thao", "Đồng phục", "Đồng phục", "Đồng phục phục vụ", "Đồng phục", "Đồng phục công sở", "Đồng phục", "Đồng phục trinh sát", "Đồng phục" ], "From": null, "MatchedWikiEntityName": "Đồng phục", "Multiplier": null, "NormalizedAliases": [ "đồng phục", "đồng phục trinh sát", "đồng phục dịch vụ", "thợ may đồng phục", "người làm đồng phục", "mặc đồng phục", "đồng phục", "đồng phục công sở", "đồng phục thể thao", "đồng phục" ], "NormalizedMatchedWikiEntityName": "đồng phục", "NormalizedValue": "đồng phục", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Đồng phục" }
qb_6967
{ "Aliases": [ "Uniforms", "Sports uniform", "Uniformer", "Uniform", "Service uniform", "Uniformers", "Work uniform", "Uniforming", "Scout uniform", "Uniformed" ], "From": null, "MatchedWikiEntityName": "Uniform", "Multiplier": null, "NormalizedAliases": [ "uniform", "scout uniform", "service uniform", "uniformers", "uniformer", "uniformed", "uniforms", "work uniform", "sports uniform", "uniforming" ], "NormalizedMatchedWikiEntityName": "uniform", "NormalizedValue": "uniform", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Uniform" }
In 1968, what animal was depicted as the first mascot of the Summer Olympic Games?
[ { "Description": "Olympic Games Mascots . The first mascot in Olympic history ... List of Olympic Games Mascots (Summer ... This was the first official Olympic Games mascot. 1968 ...", "Filename": "105/105_459964.txt", "Rank": 0, "Title": "Olympic Games Mascots - Topend Sports", "Url": "http://w...
[]
http://www.quizballs.com/
Năm 1968, con vật nào được coi là linh vật đầu tiên của Thế vận hội Olympic mùa hè?
{ "Aliases": [ "Onca-pintada", "Otorongo", "báo đốm", "Onças", "Panthera onca", "P.Onca", "Báo đốm giao phối", "Felis onca", "Onca", "Báo đốm (động vật)", "Onça-pintada", "báo đốm", "Leo onca", "Hành vi sinh sản của báo đốm", "Báo đốm (báo đốm)", "Panthera Onca", "Oncas", "Uthurunku", "Onça" ], "From": null, "MatchedWikiEntityName": "báo đốm", "Multiplier": null, "NormalizedAliases": [ "onca pintada", "leo onca", "báo đốm báo đốm", "oncas", "panthera onca", "otorongo", "onça", "felis onca", "báo đốm", "một lần nữa", "động vật báo đốm", "hành vi sinh sản của báo đốm", "uthurunku", "báo đốm giao phối", "onças", "onça pintada", "báo đốm", "onca" ], "NormalizedMatchedWikiEntityName": "báo đốm", "NormalizedValue": "báo đốm", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "báo đốm" }
qb_6970
{ "Aliases": [ "Onca-pintada", "Otorongo", "Jaguar", "Leo onca", "Reproductive behavior of jaguars", "Jaguar (panthera)", "Panthera Onca", "Oncas", "Uthurunku", "Onça", "Jaguars", "Onças", "Panthera onca", "P.Onca", "Mating jaguars", "Felis onca", "Onca", "Jaguar (animal)", "Onça-pintada" ], "From": null, "MatchedWikiEntityName": "Jaguar", "Multiplier": null, "NormalizedAliases": [ "onca pintada", "leo onca", "jaguar animal", "reproductive behavior of jaguars", "uthurunku", "mating jaguars", "onças", "onça pintada", "jaguar", "onca", "jaguar panthera", "oncas", "panthera onca", "otorongo", "onça", "felis onca", "jaguars", "p onca" ], "NormalizedMatchedWikiEntityName": "jaguar", "NormalizedValue": "jaguar", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Jaguar" }
Which Afro-Caribbean religion is also known as ‘The Rule of Osha’?
[ { "Description": "... See more about Roman Catholic, Religion and The Rules. This includes religious traditions such as Vodoo, ... World Religions ... The Rules ... Saints ...", "Filename": "76/76_460007.txt", "Rank": 1, "Title": "World Religions - Syncretistic Traditions on Pinterest ...", "Url...
[ { "DocSource": "TagMe", "Filename": "Religion.txt", "Title": "Religion", "originalUrl": null } ]
http://www.quizballs.com/
Tôn giáo Afro-Caribbean nào còn được gọi là 'Quy tắc của Osha'?
{ "Aliases": [ "La Regla de Ocha", "Con đường của các vị thánh", "Tôn giáo Lucumi", "Santeros", "Regla De Ocho", "Santería", "Regla de Ifa", "La Regla de Lukumi", "La Tôn giáo Lukumi", "vị thần Lukumi", "Con đường của các vị thánh", "La Regla Lucumí", "Huân chương Lucami", "Regla De Ocha", "La Regla De Ocau", "Santaria", "La Regla de Lucumí", "Huân chương Orishas", "Regla de Ocha", "La tôn giáo Lucumí", "Nhà thờ Lukumi Babalu Aye", "Santeria" ], "From": null, "MatchedWikiEntityName": "Santería", "Multiplier": null, "NormalizedAliases": [ "nhà thờ lukumi babalu aye", "la tôn giáo lukumi", "la regla de lucumí", "tôn giáo lucumi", "nhà điều dưỡng", "santeros", "quy chế nếu", "la regla de ocha", "la tôn giáo lucumí", "trật tự của lucamí", "la regla de lukumi", "vị thần lukumi", "regla de ocha", "cách của các vị thánh", "thánh đường", "regla de ocho", "thứ tự của orishas", "la regla lucumí", "santería", "la regla de ochau" ], "NormalizedMatchedWikiEntityName": "santería", "NormalizedValue": "nhà điều dưỡng", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Santeria" }
qb_6971
{ "Aliases": [ "La Regla de Ocha", "Way of the saints", "Order of the Lucamí", "Santaria", "La Regla de Lucumí", "Order of the Orishas", "Regla de Ocha", "La Religión Lucumí", "Church of the Lukumi Babalu Aye", "Santeria", "Lucumi religion", "Santeros", "Regla De Ocho", "Santería", "Regla de Ifa", "La Regla de Lukumi", "La Religion Lukumi", "Lukumi deities", "Way of the Saints", "La Regla Lucumí", "Regla De Ocha", "La Regla De Ochau" ], "From": null, "MatchedWikiEntityName": "Santería", "Multiplier": null, "NormalizedAliases": [ "church of lukumi babalu aye", "la religion lukumi", "regla de ocha", "way of saints", "santaria", "regla de ocho", "order of orishas", "la regla lucumí", "santería", "la regla de ochau", "la regla de lucumí", "lucumi religion", "santeria", "santeros", "regla de ifa", "la regla de ocha", "la religión lucumí", "order of lucamí", "la regla de lukumi", "lukumi deities" ], "NormalizedMatchedWikiEntityName": "santería", "NormalizedValue": "santeria", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Santeria" }
What type of creature is a remora?
[ { "Description": "Absurd Creature of the Week: ... the kind of fin you see sharks sticking out of the water. ... Absurd Creature of the Week; Biology; remora; Skip Social.", "Filename": "132/132_460052.txt", "Rank": 0, "Title": "Absurd Creature of the Week: The Fish That Wears a Suction ...", "U...
[ { "DocSource": "TagMe", "Filename": "Remora.txt", "Title": "Remora", "originalUrl": null } ]
http://www.quizballs.com/
Loại sinh vật nào là remora?
{ "Aliases": [ "Protein cá", "cá vây", "cá", "cá", "Cá so với cá", "Úp mặt", "Cá bệnh", "Xương cá", "Song Ngư (động vật học)", "cá có vây", "Cá biển", "Cá (động vật học)", "Cá vs cá", "Ichthyes", "Cá", "Ichthyofauna", "inchthyic", "Nọc cá", "Ichthyoid", "Cá so với cá", "🐟", "Cá (Sinh học)", "Cá hoặc cá", "Song Ngư", "Cá hoặc cá" ], "From": null, "MatchedWikiEntityName": "Cá", "Multiplier": null, "NormalizedAliases": [ "🐟", "cá có vây", "xôn xao", "cá vs cá", "cá so với cá", "protein cá", "cá hoặc cá", "cá", "cá sinh học", "Song Ngư", "cá giáp", "cá vây", "cá biển", "cá đấu với cá", "ichthyes", "nọc cá", "động vật học song ngư", "động vật học cá", "cá hoặc cá", "cá", "cá bị bệnh", "loài cá", "xương cá", "cá", "inchthyic" ], "NormalizedMatchedWikiEntityName": "cá", "NormalizedValue": "cá", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Cá" }
qb_6972
{ "Aliases": [ "Fish proteins", "Fin-fish", "Fish vs fishes", "Ichthyoid", "Fish versus fishes", "🐟", "Fish (Biology)", "Fishes or fish", "Piscines", "Fish or fishes", "Fisshes", "Fishes", "Fishes versus fish", "Fush", "Sick fish", "Fishbones", "Pisces (zoology)", "Finfish", "Marine fish", "Fish (zoology)", "Ichthyes", "Fish", "Ichthyofauna", "Inchthyic", "Fish venoms" ], "From": null, "MatchedWikiEntityName": "Fish", "Multiplier": null, "NormalizedAliases": [ "🐟", "finfish", "marine fish", "fishes or fish", "fisshes", "sick fish", "ichthyofauna", "fishbones", "fishes", "inchthyic", "fush", "fish vs fishes", "fishes versus fish", "fish proteins", "fish or fishes", "fish", "fish biology", "piscines", "ichthyoid", "fin fish", "fish versus fishes", "ichthyes", "fish venoms", "pisces zoology", "fish zoology" ], "NormalizedMatchedWikiEntityName": "fish", "NormalizedValue": "fish", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Fish" }
Who was President of France from 1969 to 1974?
[ { "Description": "Georges Pompidou was President of France from 1969 to 1974. France History - Georges Pompidou : ... 1974) was President of France from 1969 to his death in 1974.", "Filename": "0/0_460099.txt", "Rank": 4, "Title": "Georges Pompidou, President of France", "Url": "http://www.bonj...
[ { "DocSource": "TagMe", "Filename": "President_of_France.txt", "Title": "President of France", "originalUrl": null }, { "DocSource": "Search", "Filename": "Georges_Pompidou.txt", "Title": "Georges Pompidou", "originalUrl": "https://en.wikipedia.org/wiki/Georges_Pompidou" } ]
http://www.quizballs.com/
Tổng thống Pháp từ năm 1969 đến năm 1974 là ai?
{ "Aliases": [ "Georges Jean Raymond Pompidou", "Georges Pompidou", "George Pompidou" ], "From": null, "MatchedWikiEntityName": "Georges Pompidou", "Multiplier": null, "NormalizedAliases": [ "Georges Jean Raymond Pompidou", "George vênh vang", "George hào hoa" ], "NormalizedMatchedWikiEntityName": "George vênh vang", "NormalizedValue": "George vênh vang", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Georges Pompidou" }
qb_6973
{ "Aliases": [ "Georges Jean Raymond Pompidou", "Georges Pompidou", "George Pompidou" ], "From": null, "MatchedWikiEntityName": "Georges Pompidou", "Multiplier": null, "NormalizedAliases": [ "georges jean raymond pompidou", "georges pompidou", "george pompidou" ], "NormalizedMatchedWikiEntityName": "georges pompidou", "NormalizedValue": "georges pompidou", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Georges Pompidou" }
The Macroplaze (or La Gran Plaza), one of the largest plazas in the world, is located in which Mexican city?
[ { "Description": "Macroplaza - The Macroplaza or La Gran Plaza is a town square or plaza located in the heart of the city of Monterrey, Mexico.The Macroplaza ... plazas and gardens.One ...", "Filename": "14/14_460126.txt", "Rank": 1, "Title": "Macroplaza, Monterrey, Mexico Tourist Information", ...
[ { "DocSource": "Search", "Filename": "Macroplaza.txt", "Title": "Macroplaza", "originalUrl": "https://en.wikipedia.org/wiki/Macroplaza" } ]
http://www.quizballs.com/
Macroplaze (hay La Gran Plaza), một trong những quảng trường lớn nhất thế giới, nằm ở thành phố nào của Mexico?
{ "Aliases": [ "Monterrey", "vùng Regiomontano", "Monterrey, Nuevo Leon Mexico", "Monterey, Mexico", "Monterrey, Mexico", "Monterrey, Nuevo Leon, Mexico", "Monterrey, NL", "Monterrey, Nuevo Leon", "Santa Lucia (Monterrey)", "San Luis Rey de Francia", "UN/LOCODE:MXMTY", "Monterrey, Nuevo León, México", "Monterrey, Nuevo León", "Quốc vương phương Bắc", "Monterrey, Nuevo León, Mexico" ], "From": null, "MatchedWikiEntityName": "Monterrey", "Multiplier": null, "NormalizedAliases": [ "vùng lãnh thổ", "un locode mxmty", "monterrey nuevo leon", "monterrey mexico", "monterrey nuevo león mexico", "monterrey nuevo leon", "monterrey nuevo leon mexico", "Monterey Mexico", "monterrey nl", "San Luis Rey de Francia", "vua phương bắc", "monterrey", "santa lucia monterrey", "monterrey nuevo leoon méxico" ], "NormalizedMatchedWikiEntityName": "monterrey", "NormalizedValue": "monterrey", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Monterrey" }
qb_6974
{ "Aliases": [ "Monterrey", "Regiomontano", "Monterrey, Nuevo Leon", "Santa Lucia (Monterrey)", "San Luis Rey de Francia", "UN/LOCODE:MXMTY", "Monterrey, Nuevo León, México", "Monterrey, Nuevo León", "Sultan of the North", "Monterrey, Nuevo León, Mexico", "Monterrey, Nuevo Leon Mexico", "Monterey, Mexico", "Monterrey, Mexico", "Monterrey, Nuevo Leon, Mexico", "Monterrey, N.L." ], "From": null, "MatchedWikiEntityName": "Monterrey", "Multiplier": null, "NormalizedAliases": [ "regiomontano", "un locode mxmty", "monterrey nuevo leon mexico", "monterey mexico", "monterrey n l", "san luis rey de francia", "sultan of north", "monterrey", "santa lucia monterrey", "monterrey nuevo león méxico", "monterrey nuevo leon", "monterrey mexico", "monterrey nuevo león mexico", "monterrey nuevo león" ], "NormalizedMatchedWikiEntityName": "monterrey", "NormalizedValue": "monterrey", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Monterrey" }
Who was Greece's first socialist Prime Minister?
[ { "Description": "Greece's Socialist Party Loses ... now expected to be the nation’s next prime minister. ... Comment count on this article reflects comments made on Breitbart.com ...", "Filename": "42/42_49122.txt", "Rank": 3, "Title": "The End of the Center-Left? Greece’s Socialist Party Loses ......
[ { "DocSource": "TagMe", "Filename": "Kingdom_of_Greece.txt", "Title": "Kingdom of Greece", "originalUrl": null }, { "DocSource": "Search", "Filename": "George_Papandreou.txt", "Title": "George Papandreou", "originalUrl": "https://en.wikipedia.org/wiki/George_Papandreou" } ]
http://www.triviacountry.com/
Thủ tướng xã hội chủ nghĩa đầu tiên của Hy Lạp là ai?
{ "Aliases": [ "Papandreou" ], "From": null, "MatchedWikiEntityName": "Papandreou", "Multiplier": null, "NormalizedAliases": [ "papandreou" ], "NormalizedMatchedWikiEntityName": "papandreou", "NormalizedValue": "papandreou", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Papandreou" }
tc_1655
{ "Aliases": [ "Papandreou" ], "From": null, "MatchedWikiEntityName": "Papandreou", "Multiplier": null, "NormalizedAliases": [ "papandreou" ], "NormalizedMatchedWikiEntityName": "papandreou", "NormalizedValue": "papandreou", "Number": null, "To": null, "Type": "WikipediaEntity", "Unit": null, "Value": "Papandreou" }
Nyctophobia is the extreme fear of what?
[ { "Description": "This kind of fear of darkness or night is known as nyctophobia. ... Nyctophobia : Fear of Darkness and Night ... Extreme discomfort whenever in dark places or during ...", "Filename": "74/74_3126933.txt", "Rank": 1, "Title": "Nyctophobia : Fear of Darkness and Night- Causes, Sympto...
[]
http://www.quizballs.com/
Nyctophobia là nỗi sợ hãi tột độ về điều gì?
{ "Aliases": [ "Đêm hay bóng tối" ], "From": null, "MatchedWikiEntityName": null, "Multiplier": null, "NormalizedAliases": [ "đêm hay bóng tối" ], "NormalizedMatchedWikiEntityName": null, "NormalizedValue": "đêm hay bóng tối", "Number": null, "To": null, "Type": "FreeForm", "Unit": null, "Value": "Đêm hay bóng tối" }
qb_6975
{ "Aliases": [ "Night or darkness" ], "From": null, "MatchedWikiEntityName": null, "Multiplier": null, "NormalizedAliases": [ "night or darkness" ], "NormalizedMatchedWikiEntityName": null, "NormalizedValue": "night or darkness", "Number": null, "To": null, "Type": "FreeForm", "Unit": null, "Value": "Night or darkness" }
How many English kings feature in the titles of Shakespeare plays?
[ { "Description": "... an astonishingly successful genre that was to be refigured in Hamlet and many other revenge plays. Shakespeare also ... English history plays ... title page , as ...", "Filename": "126/126_442997.txt", "Rank": 7, "Title": "William Shakespeare - Shakespeare's plays and poems ......
[ { "DocSource": "TagMe", "Filename": "William_Shakespeare.txt", "Title": "William Shakespeare", "originalUrl": null } ]
http://www.quizballs.com/
Có bao nhiêu vị vua Anh xuất hiện trong tựa đề các vở kịch của Shakespeare?
{ "Aliases": [ "số 8", "tám", "Tám" ], "From": null, "MatchedWikiEntityName": null, "Multiplier": "", "NormalizedAliases": [ "số 8", "tám" ], "NormalizedMatchedWikiEntityName": null, "NormalizedValue": "tám", "Number": "số 8", "To": null, "Type": "Numerical", "Unit": "", "Value": "Tám" }
qb_6976
{ "Aliases": [ "8", "eight", "Eight" ], "From": null, "MatchedWikiEntityName": null, "Multiplier": "", "NormalizedAliases": [ "8", "eight" ], "NormalizedMatchedWikiEntityName": null, "NormalizedValue": "eight", "Number": "8", "To": null, "Type": "Numerical", "Unit": "", "Value": "Eight" }
End of preview.
README.md exists but content is empty.
Downloads last month
64

Collection including 5CD-AI/Vietnamese-TriviaQA-RC-gg-translated