hf-test/sv_corpora_parliament_processed
Swedish text corpus created by extracting the "text" from dataset = load_dataset("europarl_bilingual", lang1="en", lang2="sv", split="train") and processing it with: import re def extract_text(batch): text = batch["translation"]["sv"] batch["text"] = re.sub(chars_to_ignore_regex, "", text.lower()) return batch
143
Create README.md
Upload dataset_infos.json
Upload data/train-00000-of-00001.parquet with git-lfs
Upload dataset_infos.json
Upload data/train-00000-of-00001.parquet with git-lfs
initial commit
