Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
nenekochan
/
yoruno-vn
like
14
Tasks:
Text Generation
Languages:
Chinese
Japanese
Tags:
Not-For-All-Audiences
License:
cc-by-nc-4.0
Dataset card
Files
Files and versions
Community
3
main
yoruno-vn
/
script
/
dos2unix.sh
nenekochan
initial processing pipeline
df03d35
11 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
132 Bytes
#!/usr/bin/env bash
BASE=
$1
for
f
in
$BASE
/*.ks;
do
perl -pe
's/\r\n|\n|\r/\n/g'
$f
>
$f
.tmp
# for 2015-sssa
mv
$f
.tmp
$f
done