Type Alias analiticcl::index::ReverseIndex

source ·
pub type ReverseIndex = HashMap<VocabId, Vec<(Variant, f64)>>;
Expand description

Links items in the lexicon to variants offered at test time, with a float score

Aliased Type§

struct ReverseIndex { /* private fields */ }