feat(python): add native distribution and release infrastructure

- add the Rust-backed Python API with PyStemmer compatibility
- distribute standard compiled models as a separate Python package
- generate model artifacts during builds instead of storing them in Git
- add GitHub release and Pages-backed package index workflows
- add Python tests, benchmarks, documentation, and Gradle integration
- refresh the documentation site, branding, and language benchmarks
This commit is contained in:
2026-08-10 22:34:32 +02:00
parent b45e143c84
commit 5e3d3c7c7d
139 changed files with 11420 additions and 747 deletions

View File

@@ -1,6 +1,9 @@
# Quick Start
# Java Quick Start
This guide introduces the fastest practical path to using **Radixor**.
This guide introduces the fastest practical path to using **Radixor in Java**.
Python users have an equivalent application-oriented path in the
[Python Quick Start](python/quick-start.md), followed by the
[Python Usage and API guide](python/usage.md).
If you are new to Radixor and want the shortest possible path to a first working stem, start with
[Fast Track](fast-track.md). This Quick Start is a broader developer walkthrough: it introduces the