An open API service indexing awesome lists of open source software.

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

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