PetrochukM / PyTorch-NLP

Basic Utilities for PyTorch Natural Language Processing (NLP)
https://pytorchnlp.readthedocs.io
BSD 3-Clause "New" or "Revised" License
2.21k stars 258 forks source link

Enable text encoders to be loaded and saved to a file #14

Closed PetrochukM closed 6 years ago

PetrochukM commented 6 years ago

Pickle can be used to save text encoders. It's not clear what the need is here.