Skip to content

Information extraction for Rust: Named Entity Recognition (NER), coreference resolution, and relationship extraction

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

arclabs561/anno

anno

Information extraction: named entity recognition and coreference.

Dual-licensed under MIT or Apache-2.0.

API docs: https://docs.rs/anno (rustdoc).

anno extract --text "Marie Curie was born in Warsaw."
[Marie Curie] PERSON
[Warsaw] LOCATION

More: docs/QUICKSTART.md. Docs index: docs/README.md. Contract: docs/CONTRACT.md.

Build rustdocs locally:

cargo doc -p anno --no-deps --features "eval-advanced discourse"

Install the CLI:

cargo install anno --features cli

About

Information extraction for Rust: Named Entity Recognition (NER), coreference resolution, and relationship extraction

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE-APACHE
MIT
LICENSE-MIT

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published