practical-nlp / practical-nlp-code

Official Repository for Code associated with 'Practical Natural Language Processing' book by O'Reilly Media

Home Page:http://www.practicalnlp.ai/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

practical-nlp/Ch4/04_FastText_Example.ipynb Link Formatting

brianalexander opened this issue · comments

In the first cell, the link to the dbpedia has a # in front of the link making it not open when clicked.

original:
[here](#https://github.com/le-scientifique/torchDatasets/raw/master/dbpedia_csv.tar.gz)

corrected:
[here](https://github.com/le-scientifique/torchDatasets/raw/master/dbpedia_csv.tar.gz)

Thank you @brianalexander for bringing this to our notice. We have now fixed it.