--- dataset_info: features: - name: stopwords dtype: string splits: - name: train num_bytes: 1894 num_examples: 220 download_size: 2286 dataset_size: 1894 configs: - config_name: default data_files: - split: train path: data/train-* language: - en pretty_name: Stopwords EN size_categories: - n<1K license: apache-2.0 task_categories: - text-classification --- # Stopwords EN (Teeny-Tiny Castle) This dataset is part of a tutorial tied to the [Teeny-Tiny Castle](https://github.com/Nkluge-correa/TeenyTinyCastle), an open-source repository containing educational tools for AI Ethics and Safety research. ## How to Use ```python from datasets import load_dataset dataset = load_dataset("AiresPucrs/stopwords-en", split = 'train') ```