pytorch/text

Adding vocab to field object

Open

#378 opened on Sep 8, 2018

View on GitHub
 (12 comments) (1 reaction) (0 assignees)Python (3,396 stars) (822 forks)batch import
enhancementhelp wanted

Description

Hi Everyone,

Is there any way of adding more vocabulary to a Field object that already has had its vocab built?

for example if at one point I have run this sort of code:

TEXT = field()
TEXT.build_vocab(dataset_a)

Is it possible to add vocab to TEXT from another dataset without erasing the current vocab built from dataset_a?

Thanks!

Contributor guide

Adding vocab to field object · pytorch/text#378 | Good First Issue