Skip to main content

JSONLNERExample

Type Alias JSONLNERExample 

Source
pub type JSONLNERExample = JSONNERExample;
Expand description

JSONL format (one JSON object per line).

Used by Wikiann and many recent datasets.

Aliased Type§

pub struct JSONLNERExample {
    pub text: String,
    pub entities: Vec<JSONEntity>,
}

Fields§

§text: String§entities: Vec<JSONEntity>