> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/nemo/curator/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/nemo/curator/_mcp/server.

# nemo_curator.stages.text.classifiers

## Submodules

* **[`nemo_curator.stages.text.classifiers.aegis`](/nemo-curator/nemo_curator/stages/text/classifiers/aegis)**
* **[`nemo_curator.stages.text.classifiers.aegis_utils`](/nemo-curator/nemo_curator/stages/text/classifiers/aegis_utils)**
* **[`nemo_curator.stages.text.classifiers.base`](/nemo-curator/nemo_curator/stages/text/classifiers/base)**
* **[`nemo_curator.stages.text.classifiers.content_type`](/nemo-curator/nemo_curator/stages/text/classifiers/content_type)**
* **[`nemo_curator.stages.text.classifiers.domain`](/nemo-curator/nemo_curator/stages/text/classifiers/domain)**
* **[`nemo_curator.stages.text.classifiers.fineweb_edu`](/nemo-curator/nemo_curator/stages/text/classifiers/fineweb_edu)**
* **[`nemo_curator.stages.text.classifiers.prompt_task_complexity`](/nemo-curator/nemo_curator/stages/text/classifiers/prompt_task_complexity)**
* **[`nemo_curator.stages.text.classifiers.quality`](/nemo-curator/nemo_curator/stages/text/classifiers/quality)**
* **[`nemo_curator.stages.text.classifiers.utils`](/nemo-curator/nemo_curator/stages/text/classifiers/utils)**

## Package Contents

### Functions

| Name                                                               | Description |
| ------------------------------------------------------------------ | ----------- |
| [`__getattr__`](#nemo_curator-stages-text-classifiers-__getattr__) | -           |

### Data

[`_LAZY`](#nemo_curator-stages-text-classifiers-_LAZY)

[`__all__`](#nemo_curator-stages-text-classifiers-__all__)

### API

```python
nemo_curator.stages.text.classifiers.__getattr__(
    name: str
) -> object
```

```python
nemo_curator.stages.text.classifiers._LAZY: dict[str, str] = {'AegisClassifier': '.aegis', 'InstructionDataGuardClassifier': '.aegis', 'Conte...
```

```python
nemo_curator.stages.text.classifiers.__all__ = list(_LAZY)
```