Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
amaiya committed Mar 18, 2020
2 parents d41f3b4 + 937fce3 commit 5e927f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion examples/text/CoNLL2002_Dutch-BiLSTM.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@
"source": [
"A Dutch NER dataset can be downloaded from [here](https://www.clips.uantwerpen.be/conll2002/ner/).\n",
"\n",
"We will load and preprocess the data and use pretrained fasttext word vectors for Dutch that are available from [here](https://fasttext.cc/docs/en/crawl-vectors.html)."
"We will load and preprocess the data and use pretrained fasttext word vectors for Dutch that are available from [here](https://fasttext.cc/docs/en/crawl-vectors.html).\n",
"\n",
"See the *ktrain* [sequence-tagging tutorial](https://nbviewer.jupyter.org/github/amaiya/ktrain/blob/master/tutorials/tutorial-06-sequence-tagging.ipynb) for more information on how to load data in different ways. Here, we will use `entities_from_conll2003` (download the data from link above and examine to see the format)."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/text/CoNLL2003-BiLSTM_CRF.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.8"
"version": "3.6.9"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 5e927f0

Please sign in to comment.