> 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.download.html_extractors.utils

## Submodules

* **[`nemo_curator.stages.text.download.html_extractors.utils.ja_stopwords`](/nemo-curator/nemo_curator/stages/text/download/html_extractors/utils/ja_stopwords)**
* **[`nemo_curator.stages.text.download.html_extractors.utils.th_stopwords`](/nemo-curator/nemo_curator/stages/text/download/html_extractors/utils/th_stopwords)**
* **[`nemo_curator.stages.text.download.html_extractors.utils.zh_stopwords`](/nemo-curator/nemo_curator/stages/text/download/html_extractors/utils/zh_stopwords)**

## Package Contents

### Functions

| Name                                                                                                | Description |
| --------------------------------------------------------------------------------------------------- | ----------- |
| [`get_stop_list_dict`](#nemo_curator-stages-text-download-html_extractors-utils-get_stop_list_dict) | -           |

### API

```python
nemo_curator.stages.text.download.html_extractors.utils.get_stop_list_dict(
    languages: list[str] | None = None
) -> dict[str, frozenset[str]]
```