An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# CEDICT.jl

[![Unit Tests](https://github.com/JuliaCJK/CEDICT.jl/actions/workflows/tests.yml/badge.svg)](https://github.com/JuliaCJK/CEDICT.jl/actions/workflows/tests.yml)
[![Documentation](https://github.com/JuliaCJK/CEDICT.jl/actions/workflows/docs.yml/badge.svg)](https://JuliaCJK.github.io/CEDICT.jl/latest/)
[![Nightly Tests](https://github.com/JuliaCJK/CEDICT.jl/actions/workflows/nightly.yaml/badge.svg)](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.