Type Alias analiticcl::vocab::VocabDecoder

source ·
pub type VocabDecoder = Vec<VocabValue>;
Expand description

Map integers (indices correspond to VocabId) to string values (and optionally a frequency count)

Aliased Type§

struct VocabDecoder { /* private fields */ }