//! Native text projection primitives (multilingual, CPU-only), ported from the TS ingest pipeline.
//! • `model2vec` — the EN/JA/KO static span embedder (reuses the shipped `potion.f32` artifact).
//! • `ot` — Sinkhorn optimal transport + k-means codebook for auto ontology sensing.
//! The SPLADE / SPO-tagger ONNX stages plug in next via the `ort` crate (ONNX Runtime), running the
//! same exported `.onnx` graphs unchanged.
pub use ;
pub use ;
pub use ;
pub use ;