ml5js / training-word2vec

How to train your own word2vec model for use with ml5.js
MIT License
45 stars 5 forks source link

Support for a directory of files #3

Closed shiffman closed 6 years ago

shiffman commented 6 years ago

train.py only supports a single input file. It would be useful to support multiple files or a directory of files.

shiffman commented 6 years ago

Thank you @fernand0aguilar!