0.1.1 • Published 8 years ago

measurewords-zh v0.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

Measurewords-zh

Finds the measure word for many Chinese words.

Installation

$ npm install --save measurewords-zh

Usage

var mw = require('measurewords-zh');

mw('狗', function(err, measureWords) {
    if (err) {
        throw err;
    }
    //measureWords=> ['条','只']
});

API

measureWord(str)

str

Type: string

Get the measure word of another word.

0.1.1

8 years ago

0.1.0

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago