Metadata-Version: 2.4
Name: pymirage
Version: 0.1.1.dev1
Summary: 高性能日本語形態素解析ライブラリ - SudachiPyとGemini AIによるテキスト分析
Project-URL: Homepage, https://github.com/yourusername/mirage-core
Project-URL: Documentation, https://github.com/yourusername/mirage-core#readme
Project-URL: Repository, https://github.com/yourusername/mirage-core
Project-URL: Issues, https://github.com/yourusername/mirage-core/issues
Author: Mirage Contributors
License-Expression: GPL-3.0-only
License-File: LICENSE
Keywords: ai,gemini,japanese,morphological-analysis,nlp,sudachi,text-analysis
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Text Processing :: Linguistic
Requires-Python: >=3.12
Requires-Dist: google-generativeai>=0.3.2
Requires-Dist: python-dotenv>=1.0.0
Requires-Dist: sudachidict-full>=20240109
Requires-Dist: sudachipy>=0.6.8
Provides-Extra: dev
Requires-Dist: mypy>=1.7.0; extra == 'dev'
Requires-Dist: pytest-asyncio>=0.21.0; extra == 'dev'
Requires-Dist: pytest-cov>=4.1.0; extra == 'dev'
Requires-Dist: pytest>=7.4.0; extra == 'dev'
Requires-Dist: ruff>=0.1.0; extra == 'dev'
Description-Content-Type: text/markdown

# Mirage-Core
日本語文章解析エンジン。伝統的な自然言語処理（NLP）とLLMを組み合わせたハイブリッドアーキテクチャを採用しています。

# Tools

A tool to convert other formats (mainly Aozora Bunko) to .MDI

Supported file(text) formats:
- Plain text (.txt)
- Markdown (.md)
- [HTML](./samples/蜃気楼/芥川龍之介-蜃気楼.html)（青空文庫）
- [illusion Markdown](https://github.com/Iktahana/illusions/blob/main/MDI.md) (.imd)

