https://github.com/juliacjk/cedict.jl
A Julia package for programmatically using the CC-CEDICT Chinese-English dictionary.
https://github.com/juliacjk/cedict.jl
chinese dictionary english julia
Last synced: 4 months ago
JSON representation
A Julia package for programmatically using the CC-CEDICT Chinese-English dictionary.
- Host: GitHub
- URL: https://github.com/juliacjk/cedict.jl
- Owner: JuliaCJK
- License: mit
- Created: 2020-11-20T07:12:55.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-08T21:54:20.000Z (over 1 year ago)
- Last Synced: 2025-03-28T04:34:51.440Z (about 1 year ago)
- Topics: chinese, dictionary, english, julia
- Language: Julia
- Homepage: https://juliacjk.github.io/CEDICT.jl/latest/
- Size: 222 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CEDICT.jl
[](https://github.com/JuliaCJK/CEDICT.jl/actions/workflows/tests.yml)
[](https://JuliaCJK.github.io/CEDICT.jl/latest/)
[](https://github.com/JuliaCJK/CEDICT.jl/actions/workflows/nightly.yaml)
A Julia package for programmatically using the CC-CEDICT Chinese-English dictionary. See the [documentation](https://JuliaCJK.github.io/CEDICT.jl/latest/) for details.
## Licensing
This package is provided under the MIT License; however, the required data file from the CC-CEDICT project (supplied as a Pkg artifact) is redistributed under its CC BY-SA 3.0 license. This package provides functions that can modify/build on the original data, so be aware of this especially if used in a commercial setting.