# coupling-dict-chinese-updated

> Node interface for the CC-CEDICT Chinese dictionary.

Latest version **1.0.5** (published 2023-04-01) · MIT license · 0 weekly downloads

## Install

```sh
npm install coupling-dict-chinese-updated
pnpm add coupling-dict-chinese-updated
yarn add coupling-dict-chinese-updated
bun add coupling-dict-chinese-updated
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; large bundle.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.5 |
| Published | 2023-04-01 |
| First published | 2023-03-30 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 6 |
| Unpacked size | 43.2 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | John Heroy |
| Maintainers | kimeiga |
| Keywords | Chinese, English, Translation, Dictionary |

## Links

- npm: https://www.npmjs.com/package/coupling-dict-chinese-updated
- Repository: https://github.com/learncoupling/coupling-chinese-dict
- Homepage: https://github.com/learncoupling/coupling-chinese-dict#readme
- Issues: https://github.com/learncoupling/coupling-chinese-dict/issues
- npm.io page: https://npm.io/package/coupling-dict-chinese-updated

## Dependencies (6)

- [opencc](https://npm.io/package/opencc.md) ^1.1.3
- [sqlite3](https://npm.io/package/sqlite3.md) ^5.1.6
- [cn-chars](https://npm.io/package/cn-chars.md) 0.1.x
- [sequelize](https://npm.io/package/sequelize.md) ^6.30.0
- [underscore](https://npm.io/package/underscore.md) ^1.13.6
- [prettify-pinyin](https://npm.io/package/prettify-pinyin.md) 0.1.x

## Alternatives

- [messageformat](https://npm.io/package/messageformat.md) — 329.7K weekly downloads
- [@mintlify/scraping](https://npm.io/package/@mintlify/scraping.md) — 294.8K weekly downloads
- [@mintlify/previewing](https://npm.io/package/@mintlify/previewing.md) — 209.5K weekly downloads
- [@mintlify/prebuild](https://npm.io/package/@mintlify/prebuild.md) — 209.5K weekly downloads
- [@mintlify/link-rot](https://npm.io/package/@mintlify/link-rot.md) — 206.3K weekly downloads

## Recent versions

- 1.0.5 (latest) — 2023-04-01
- 1.0.4 — 2023-04-01
- 1.0.3 — 2023-03-30
- 1.0.2 — 2023-03-30
- 1.0.1 — 2023-03-30

## README

# coupling-dict-chinese-updated

This is a fork of coupling-dict-chinese that updates all the packages, particularly sqlite3 to v5 so that it could be used with node versions beyond v14, and updates the cc-cedict.txt to March 30, 2023

## Usage

```
import cedict from 'coupling-dict-chinese';

let words = await cedict.searchByChineseAsync('世界')

```

--- 

> The following is the Readme of coupling-dict-chinese:

This is a fork of node-cc-cedict that updates some dependencies and the
database from 2014 to 2020.

coupling-dict-chinese provides a convenient asynchronous JavaScript API for the
popular [CC-CEDICT](http://cc-cedict.org/) Chinese-English dictionary. This is
a 'batteries-included' library and comes with a premade SQLite conversion of
the entire dictionary.

Single search method defaults to traditional if the entire word provided is in
traditional characters, otherwise converts everything to simplified and
performs that lookup instead.

## Usage

> (still works)

```
const cedict = require('coupling-dict-chinese');

cedict.searchByChinese('世界', words => {
  console.log(words);
});

```

## License

MIT

---
_Source: https://npm.io/package/coupling-dict-chinese-updated · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
