data_juicer.ops.mapper.expand_macro_mapper module¶
- class data_juicer.ops.mapper.expand_macro_mapper.ExpandMacroMapper(*args, **kwargs)[源代码]¶
基类:
Mapper
Expands macro definitions in the document body of LaTeX samples.
This operator processes LaTeX documents to expand user-defined macros in the text. It supports newcommand and def macros without arguments. Macros are identified and expanded in the text, ensuring they are not part of longer alphanumeric words. The operator currently does not support macros with arguments. The processed text is updated in the samples.