Lines Matching refs:dictionary
94 Use FILEs as a training set to create a dictionary.
140 do not store dictionary ID within frame header (dictionary compression).
141 The decoder will have to rely on implicit knowledge about which dictionary to use,
190 the result of which is saved into a file called a `dictionary`.
191 Then during compression and decompression, reference the same dictionary,
196 Use FILEs as training set to create a dictionary.
198 and weight typically 100x the target dictionary size
199 (for example, 10 MB for a 100 KB dictionary).
203 The legacy dictionary builder can be accessed with `--train-legacy`.
206 Dictionary saved into `file` (default name: dictionary).
208 Limit dictionary to specified size (default: 112640).
216 A dictionary ID is a locally unique ID that a decoder can use to verify it is
217 using the right dictionary.
223 However, it's up to the dictionary manager to not assign twice the same ID to
226 Select parameters for the default dictionary builder algorithm named cover.
232 Selects segments of size _k_ with highest score to put in the dictionary.
252 Use legacy dictionary builder algorithm with the given dictionary
254 The smaller the _selectivity_ value, the denser the dictionary,