jazzyarchitects / fasttext-node

Node wrapper around FastText Library
MIT License
57 stars 4 forks source link

TypeError: Cannot read property 'split' of undefined #6

Open galogen777 opened 6 years ago

galogen777 commented 6 years ago

I've faced with trouble during training on windows platform. "TypeError: Cannot read property 'split' of undefined".

Have you experience run it on windows?

The my-training-model have generated.

node --version v10.0.0

Could you help solve the problem?

Thanks!

jazzyarchitects commented 6 years ago

Hi @galogen777, The current build process is not compatible with windows. You are free to contribute. :)

Cheers