NodeJS ICU Word Segmenter
On macOS
brew install intltool icu4c gettext
brew link icu4c gettext --force
On debian/ubuntu
apt-get install libicu-dev
cd lib/
node-gyp configure build
For the python version use python-icu
Code ported from https://github.com/chakrit/node-icu-wordsplit