Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
echodict
/
readest
like
0
Dataset card
Files
Files and versions
xet
Community
main
readest
/
packages
/
simplecc-wasm
/
OpenCC
/
node
/
dict.js
dlxj
add sub mods
2d8be8f
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
153 Bytes
const
OpenCC
=
require
(
'./opencc'
);
const
input = process.
argv
[
2
];
const
output = process.
argv
[
3
];
OpenCC
.
generateDict
(input, output,
"text"
,
"ocd2"
);