https://github.com/arclabs561/anno
Information extraction for Rust: NER, coreference resolution, and evaluation
https://github.com/arclabs561/anno
bert candle coreference-resolution entity-extraction evaluation-framework gliner information-extraction ner nlp onnx rust
Last synced: 3 months ago
JSON representation
Information extraction for Rust: NER, coreference resolution, and evaluation
- Host: GitHub
- URL: https://github.com/arclabs561/anno
- Owner: arclabs561
- License: other
- Created: 2025-11-26T21:39:55.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-01-13T10:03:56.000Z (3 months ago)
- Last Synced: 2026-01-13T12:58:29.085Z (3 months ago)
- Topics: bert, candle, coreference-resolution, entity-extraction, evaluation-framework, gliner, information-extraction, ner, nlp, onnx, rust
- Language: Rust
- Homepage:
- Size: 10.4 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# anno
Information extraction for Rust: named entities and coreference.
## Install
```sh
cargo install anno
```
## Use
```sh
anno extract --text "Marie Curie was born in Paris."
```
## Documentation
- `docs/README.md` (index)
- `docs/QUICKSTART.md`
- `docs/BACKENDS.md`
## License
MIT OR Apache-2.0