Unsterwerx

classify

Applies classification rules to documents and assigns document classes with weighted confidence scores. Without flags, classifies all unclassified documents. Use --document to classify a single document or --show to view existing classifications.

Usage

bash
unsterwerx classify [OPTIONS]

Options

OptionShortTypeDefaultDescription
--documentUUIDClassify a single document
--showUUIDShow existing classification for a document

Examples

Classify all documents

bash
unsterwerx classify
Classification Summary
══════════════════════════════════
  Documents classified:    1122
  Rules applied:              6
  Errors:                     0
══════════════════════════════════

Classify a single document

bash
unsterwerx classify --document a1b2c3d4-...

Show classification for a document

bash
unsterwerx classify --show a1b2c3d4-...
Classifications for a1b2c3d4...
══════════════════════════════════════════
  cv              (62%) via rule 'seed-cv' at 2026-02-25
══════════════════════════════════════════

Notes