- 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
5 lines
163 B
Plaintext
5 lines
163 B
Plaintext
include LICENSE-MODEL-DATA.txt
|
|
include README.md
|
|
recursive-include radixor_models_standard *.json *.rxc *.txt
|
|
global-exclude stemmer.gz *.gz __pycache__ *.py[cod]
|