loretoparisi / node-icu

NodeJS ICU Word Segmenter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-icu

NodeJS ICU Word Segmenter

How to install

On macOS

brew install intltool icu4c gettext
brew link icu4c gettext --force

On debian/ubuntu

apt-get install libicu-dev

How to build

cd lib/
node-gyp configure build

Other versions

For the python version use python-icu

Disclaimer

Code ported from https://github.com/chakrit/node-icu-wordsplit

About

NodeJS ICU Word Segmenter

License:MIT License


Languages

Language:Python 53.1%Language:Makefile 38.8%Language:C++ 4.3%Language:JavaScript 3.8%