Files
Radixor/docs/index.md
Leo Galambos 1df6c0c87e docs: refine Pages publishing and homepage positioning
fix Pages publishing workflow to preserve worktree metadata and keep .nojekyll after site synchronization
add generated historical builds index and publish builds/index.html explicitly
improve homepage messaging to highlight extensibility of compiled dictionaries through additional transformation layers
2026-04-18 14:15:41 +02:00

1.5 KiB

Radixor

Radixor is a high-performance, multi-language stemmer for Java, designed for production-grade search and text-processing systems.

It modernizes the proven Egothor patch-command trie approach while introducing an important practical enhancement: compiled dictionaries are no longer treated as a final, closed artifact. Instead, they can be extended through additional transformation layers, allowing existing lexical assets to be refined and evolved without full recompilation from source dictionaries.

Radixor delivers:

  • Fast runtime stemming with compact lookup structures
  • Multi-language adaptability through dictionary-driven compilation
  • Incremental extensibility of compiled dictionaries through additional transformation layers
  • Deterministic behavior suitable for reproducible processing pipelines
  • Flexible integration paths, including CLI-based and programmatic workflows
  • Operational transparency through continuously published quality and benchmark reports

Radixor is intended for teams that require consistent stemming quality at scale without compromising maintainability, deployment efficiency, or the long-term evolvability of compiled lexical resources.

Start here