adobe / NLP-Cube

Natural Language Processing Pipeline - Sentence Splitting, Tokenization, Lemmatization, Part-of-speech Tagging and Dependency Parsing
http://opensource.adobe.com/NLP-Cube/index.html
Apache License 2.0
550 stars 93 forks source link

link https://github.com/facebookresearch/fastText/blob/master/pretrained-vectors.md mentioned under point 2 is not working #96

Closed mithundeshmukh8 closed 5 years ago

mithundeshmukh8 commented 5 years ago

link https://github.com/facebookresearch/fastText/blob/master/pretrained-vectors.md mentioned under Topic 2 - Train your model is not working Also please advice if in case there is .ipynb notebook for windows. Thanks

mithundeshmukh8 commented 5 years ago

on following part

  1. Advanced usage - Training a model on the UD Corpus.ipynb
tiberiu44 commented 5 years ago

hi @mithundeshmukh8

Thank you for noticing this. The resources were moved and we missed updating the Notebooks. I just corrected the link.

We don't have any Windows Notebook. From what I know, installing DyNET on windows with MKL support is not straight forward, but there are tutorials on how to do that. The rest of the process should be the same.

Also, you could use Docker with a DyNET container and just add NLP-Cube on top of that.

Hope this helps, Tibi

mithundeshmukh8 commented 5 years ago

Thanks