openfactcheck.StandardTaskSolver#
- class openfactcheck.StandardTaskSolver(args)[source][source]#
A class to represent a standard task solver. A standard task solver is a class that implements a specific task in a fact-checking system. It receives a FactCheckerState object as input and returns a new FactCheckerState object as output.
- Parameters:
args (dict) – A dictionary containing the arguments to be passed to the solver.
Methods
__init__
(args)build_solver
(args)Attributes
global_config
input_name
name
output_name