#!/usr/bin/env python # -*- coding: utf-8 -*- # Created by zd302 at 09/05/2024 CLAIMS_Type = { "Claim": [ "England won the Euro 2024.", "Albert Einstein works in the field of computer science.", ], "Event/Property Claim": [ 'Hunter Biden had no experience in Ukraine or in the energy sector when he joined the board of Burisma.', "After the police shooting of Jacob Blake, Gov. Tony Evers & Lt. Gov. Mandela Barnes did not call for peace or encourage calm.", "President Trump fully co-operated with the investigation into Russian interference in the 2016 U.S presidential campaign.", ], "Causal Claim":[ "Anxiety levels among young teenagers dropped during the coronavirus pandemic, a study has suggested", "Auto workers across Michigan could have lost their jobs if not for Barack Obama and Joe Biden", ], "Numerical Claim":[ "Sweden, despite never having had lockdown, has a lower COVID-19 death rate than Spain, Italy, and the United Kingdom.", "According to Harry Roque, even if 10,000 people die, 10 million COVID-19 cases in the country will not be a loss.", ] } CLAIMS_FACT_CHECKING_STRATEGY= { "Written Evidence": [ "Pretty Little Thing's terms and conditions state that its products may contain chemicals that can cause cancer, birth defects or other reproductive harm.", "Pretty Little Thing products may contain chemicals that can cause cancer, birth defects or other reproductive harm.", ], "Numerical Comparison":[ "Congress party claims regarding shortfall in Government earnings", "On average, one person dies by suicide every 22 hours in West Virginia, United States.", ], "Consultation":[ "Your reaction to an optical illusion is an indication of your state of mind.", "The last time people created a Hollywood blacklist, people ended up killing themselves. They were accused, and they lost their right to work.", ] }