feat!: modularize stemmer models and release infrastructure

Move bundled stemmer dictionaries from the core artifact into independently
versioned model modules. Add model discovery and explicit model-loading APIs,
a standard model aggregate, a model BOM, and dedicated model and catalog
release workflows.

Add full PoliMorf integration, model provenance and licensing validation,
streaming model-input verification, strict dependency verification, consumer
resolution tests, Configuration Cache compatibility, and expanded JMH,
quality, documentation, and release checks.

Upgrade the CycloneDX and JMH Gradle plugins and remove Gradle 10 and Java
compiler deprecations.

BREAKING CHANGE: The core Radixor artifact no longer contains bundled stemmer
dictionaries. Applications must add the required model artifacts, the standard
model aggregate, or model dependencies managed through the Radixor model BOM.
This commit is contained in:
2026-07-22 23:33:28 +02:00
parent 9c5b9e331b
commit e7800b29c9
250 changed files with 7297 additions and 905 deletions

View File

@@ -0,0 +1,22 @@
# Build-topology membership only. Per-model metadata remains authoritative.
cs-cz-default=default
da-dk-default=default
de-de-default=default
es-es-default=default
fa-ir-default=default
fi-fi-default=default
fr-fr-default=default
he-il-default=default
hu-hu-default=default
it-it-default=default
nb-no-default=default
nl-nl-default=default
nn-no-default=default
pl-pl-polimorf=optional
pl-pl-unimorph=default
pt-pt-default=default
ru-ru-default=default
sv-se-default=default
uk-ua-default=default
us-uk-default=default
yi-default=default