BoxedStrategy

class BoxedStrategy(BaseExtractorStrategy):

Extracts content from \boxed{} and \boxed{} environments.

PythonListStrategy

class PythonListStrategy(BaseExtractorStrategy):

Extracts and normalizes Python lists.

PythonDictStrategy

class PythonDictStrategy(BaseExtractorStrategy):

Extracts and normalizes Python dictionaries.

PythonSetStrategy

class PythonSetStrategy(BaseExtractorStrategy):

Extracts and normalizes Python sets.

PythonTupleStrategy

class PythonTupleStrategy(BaseExtractorStrategy):

Extracts and normalizes Python tuples.