Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 944 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 944 Bytes

Development

Preparation

git clone <this repo>
cd <this repo>
yarn install

Commands

See scripts section of package.json

Acknowledgements

WordCloud

This app generate the WordCloud by wordcloud2.js.

Morphological segmentation

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.

TODO

See issue.