Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

make_vocab

Make_vocab


Description

Create a vocab of 'max_vocab' size from 'Counter' 'count' with items present more than 'min_freq'

Usage

make_vocab(count, min_freq = 3, max_vocab = 60000, special_toks = NULL)

Arguments

count

count

min_freq

min_freq

max_vocab

max_vocab

special_toks

special_toks

Value

None


fastai

Interface to 'fastai'

v2.0.7
Apache License 2.0
Authors
Turgut Abdullayev [ctb, cre, cph, aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.