Skip to main content

Module tagging

Module tagging 

Source
Expand description

Tag-scheme utilities for sequence labelling: BIO / BIOES conversion and validation, entity-span extraction, and span-based (entity-level) F1 (seqeval semantics).

Re-exports§

pub use bioes::Span;
pub use bioes::Tag;
pub use bioes::bio_to_bioes;
pub use bioes::bioes_to_bio;
pub use bioes::extract_spans;
pub use bioes::parse_tags;
pub use bioes::validate_bio;
pub use bioes::validate_bioes;
pub use span_f1::PrfScore;
pub use span_f1::SpanF1Report;
pub use span_f1::span_f1;
pub use span_f1::span_f1_from_spans;

Modules§

bioes
BIO / BIOES tag-scheme conversion, validation, and span extraction.
span_f1
Span-based (entity-level) precision / recall / F1 — the seqeval metric.