anno 0.3.1

Information extraction for Rust: Named Entity Recognition (NER), coreference resolution, and structured extraction
Documentation
1
2
3
4
5
# Clippy configuration for anno workspace
#
# Allow unwrap() in test code (common practice - test failures are acceptable panics)
allow-unwrap-in-tests = true