- Fix hard-coding process for noun id conversion in tagger.py https://github.com/taishi-i/nagisa/commit/e638343e21559a072471c03ff672a67cf8196b77
- [Hidden the dynet log](https://github.com/taishi-i/dynet/blob/master/dynet/init.cc) that appears when `import nagisa` is used in Python 3.8, 3.9, 3.10, 3.11, and 3,12 on Linux
- Provide [the nagisa-demo page](https://huggingface.co/spaces/taishi-i/nagisa-demo) in Hugging Face Spaces
- Provide [the stopwords for nagisa](https://huggingface.co/datasets/taishi-i/nagisa_stopwords) in Hugging Face Datasets
- Update [read the docs documents](https://nagisa.readthedocs.io/en/latest)
- Compatible with Python 3.12 on Linux
- Add Python wheels (3.6, 3.7, 3.8, 3.9, 3.10, 3.11, **3,12**) to [PyPI](https://pypi.org/project/nagisa/0.2.10/) for Linux
- Add Python wheels (3.6, 3.7, 3.8, 3.9, 3.10, **3.11**) to [PyPI](https://pypi.org/project/nagisa/0.2.10/) for macOS Intel
- Add Python wheels (3.6, 3.7, 3.8) to [PyPI](https://pypi.org/project/nagisa/0.2.10/) for Windows