ie-schema 0.1.5

A flexible schema specification and parser for information extraction tasks.
Documentation
1
2
3
4
5
6
7
8
9
# Rust Crate Reference

The Rust crate is published as [`ie-schema`](https://docs.rs/ie-schema).

## Where to go deeper

- API docs: <https://docs.rs/ie-schema>
- Crate source entry point: `src/lib.rs`
- Python bindings are also defined in `src/lib.rs` behind the `python` feature.