Expand description
Main classification pipeline.
Runs classification in priority order:
- User-provided CAS → HS mappings (confidence = 1.0)
- Embedded static rule table (CAS + shape + purity)
- SMILES-based rule engine (v0.3)
- LLM fallback via [
LlmClassifier] trait hook (v0.4,llmfeature)
Structs§
- HsPipeline
- Main HS code classification pipeline.
- Pipeline
Config - Configuration for the classification pipeline.