tensorflow / text

Making text a first-class citizen in TensorFlow.
https://www.tensorflow.org/beta/tutorials/tensorflow_text/intro
Apache License 2.0
1.21k stars 333 forks source link

What is generate_vocab func? #1208

Open mihalt opened 10 months ago

mihalt commented 10 months ago

You referenced in this tutorial to generate_vocab.py, if I understand correct, as a ready to prod highlevel func that I can use. But I don't have it in downloaded repository of tensorflow-text.

Can you explain me a bit more how should be my attitude to this reference?