This repository provides a simple web app which analyze Japanese text by MeCab.
Python 3.8 (I recommend using a package management tool such as Anaconda.)
At first, you need to setup MeCab.
$ apt install mecab libmecab-dev mecab-ipadic-utf8
$ ln -s /etc/mecabrc /usr/local/etc/mecabrc
Additionally, you need to install some python modules.
$ pip install "fastapi[all]" streamlit mecab-python3
$ uvicorn main:app --reload
$ streamlit run app.py
And then, open http://localhost:8501/ by your browser.
- Non-commercial purpose only
