git clone <this repo>
cd <this repo>
yarn install
See scripts
section of package.json
This app generate the WordCloud by wordcloud2.js.
This app split the sentence into morphemes by TinySegmenter. TinySegmenter is an extremely compact Japanese segmentation software written only in Javascript. It segments with only machine learning and without using a dictionary of words.
See issue.