modifiers.fasttext#

Module Contents#

Classes#

FastTextLabelModifier

Helper class that provides a standard way to create an ABC using inheritance.

API#

class modifiers.fasttext.FastTextLabelModifier(label: str)#

Bases: nemo_curator.modifiers.DocumentModifier

Helper class that provides a standard way to create an ABC using inheritance.

Initialization

modify_document(text: str) str#