node-cc-cedict icon indicating copy to clipboard operation
node-cc-cedict copied to clipboard

Node.js Interface for CC-CEDICT (http://cc-cedict.org/)

Results 3 node-cc-cedict issues
Sort by recently updated
recently updated
newest added

Hello, Can you please provide the format of converting the textual cc-cedict dump into SQLite? I have no problem contributing functionality to grab a new copy and update the database,...

osx: 10.15.5 xcode: 11.5 (11E608c) npm: 6.13.4 node: v13.6.0 ``` $ npm install node-cc-cedict > [email protected] install /Users/me/Desktop/chidefs/node_modules/sqlite3 > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! Tried to download(403): https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v3.1.13/node-v79-darwin-x64.tar.gz node-pre-gyp ERR!...

This PR fixes issues with pinyin searching for example properly detecting dead tones, converting `ü & v` characters to `u:`, and updated database to have all pinyin lower cased for...