tensorflow / nmt

TensorFlow Neural Machine Translation Tutorial
Apache License 2.0
6.35k stars 1.96k forks source link

How to get the vocab file for custom dataset? #469

Closed bhavikapanara closed 3 years ago

bhavikapanara commented 4 years ago

How to generate the vocab file for the custom dataset?

luozhouyang commented 4 years ago

You should generate the vocab by yourself.