Sasafrass / straattaal

Use an RNN to generate Dutch slang and interpret your newly created words!
GNU General Public License v2.0
8 stars 0 forks source link

New models + examples of words in readme #57

Closed annaproxy closed 3 years ago

annaproxy commented 3 years ago

This commit is mainly for two new models and their accompanying datases.

Both models can be loaded, for the last name model a new vocabulary object was made (without numbers, including some special alphabetic characters).

I moved the actual code for training a model to a file in the root directory called train_wrapper.py. Let me know if there is a better directory to put the training file in, without needing import hacks like sys.path.append(..)....