node-edict

0.0.3 • Public • Published

Install


npm install node-edict

or

npm install https://github.com/kevincobain2000/node-edict/tarball/master

Usage

var Edict = require("node-edict");
edict = new Edict;

Note

If running for the first time then please wait for around 1 minute while the parser reads the dict file and enters the entries to REDIS.

Run the following


edict = new Edict;
edict.setDB(2);
edict.redisSetEntries(function(callback){
    
});

Once the Redis is set Already

edict.setDB(2); //selects 2 on Redis
edict.get('私',function(result){ 
    console.log(result.Gloss);
    console.log(result.PRON);
}); 

Must

Redis server running

Readme

Keywords

none

Package Sidebar

Install

npm i node-edict

Weekly Downloads

14

Version

0.0.3

License

BSD

Last publish

Collaborators

  • kevincobain2000