anno-cli-0.8.0 is not a library.
anno - Information Extraction CLI
A small CLI for anno focused on:
- NER (named entity recognition)
- within-document coreference
- structured pattern extraction (dates, money, emails)
Evaluation/benchmarking commands exist behind feature flags.
Usage
# Basic NER extraction
# Debug coreference
# Evaluate against gold annotations
# Validate annotation files
# Show available models and features
All logic lives in crate::cli::*; this is just the dispatcher.