anno 0.3.0

Information extraction for Rust: Named Entity Recognition (NER), coreference resolution, and structured extraction
Documentation
# Anno environment configuration
# Copy to .env and fill in values

# HuggingFace token (for gated datasets like MultiCoNER v2)
# Get from: https://huggingface.co/settings/tokens
HF_TOKEN=hf_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

# S3 cache configuration
# Naming: arc (global namespace) -> anno (project) -> data
ANNO_S3_CACHE=1
ANNO_S3_BUCKET=arc-anno-data

# Cache directory (optional, defaults to ~/.cache/anno)
# ANNO_CACHE_DIR=/path/to/cache

# Logging (optional)
# RUST_LOG=anno=debug

# ONNX Runtime (optional)
# ORT_DYLIB_PATH=/path/to/libonnxruntime.so