hieroglyphic

hieroglyphic is for identifying separate words in Chinese text


Keywords
chinese, segmentation, morphology
License
GPL-3.0
Install
npm install hieroglyphic@0.2.9

Documentation

hieroglyphic.js

east-hieroglyphic is for identifying separate words in Chinese or other eastern hieroglyphic text

hieroglyphic is a core module of laoshi (Morpheus-chinese)

Installation

API

    var hieroglyphic = require('hieroglyphic');
    hieroglyphic.query(sentence, function(results) {
       // process results
    })

License

GNU GPL