This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from colorama import Fore, Style | |
import numpy as np | |
def verdict(response): | |
""" | |
Determine if a response indicates the claim is true or false. | |
Args: | |
response (str): The response text to analyze |