polm / fugashi

A Cython MeCab wrapper for fast, pythonic Japanese tokenization and morphological analysis.
MIT License
389 stars 31 forks source link

Interactive demo is broken #94

Closed joshdavham closed 16 hours ago

joshdavham commented 5 days ago

The streamlit app linked to in the README is currently broken.

Also, where could I find the code for that streamlit app?

polm commented 4 days ago

Thanks for the heads up! I think I have to just update dependencies.

There's really not much to it, but the source is here: https://github.com/polm/fugashi-streamlit-demo

polm commented 16 hours ago

This should be resolved now, thanks for updating the dependencies in the demo.

Note the URL has changed, as I had to delete and recreate the app, and the previous URL violates current Streamlit URL policies.