Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ceb89c2

Browse files
Added nbviewer link
1 parent d660d0a commit ceb89c2

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

‎NLP_Notebook.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"cell_type": "markdown",
2222
"metadata": {},
2323
"source": [
24-
"**Note:** Some features (like the ToC) will only work if you run the notebook or if you use nbviewer by clicking this link: "
24+
"**Note:** Some features (like the ToC) will only work if you run the notebook or if you use nbviewer by clicking this link: \n",
25+
"http://nbviewer.jupyter.org/github/TiesdeKok/Python_NLP_Tutorial/blob/d660d0ad5806978a390f890f26766f80909ab30a/NLP_Notebook.ipynb"
2526
]
2627
},
2728
{

‎readme.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
## Table of contents
1919

2020
* [Introduction](#introduction)
21-
* [Who is this repository for?](#audience)
22-
* [How to use this repository?](#howtouse)
21+
* [Who is this repository for?](#audience)
22+
* [How to use this repository?](#howtouse)
2323
* [Getting your Python setup ready](#setup)
2424
* [Using Python](#usingpython)
2525
* [Code along](#codealong)
@@ -49,9 +49,10 @@ However, many of the basics are also perfectly applicable if you are looking to
4949
This repository is written to facilitate learning by doing.
5050

5151
To facilitate this all the materials are written up in a Jupyter Notebook. See: `NLP_notebook.ipynb`.
52-
5352
The topics are split up by task description.
5453

54+
It is best to view the notebook locally or on nbviewer using this link: [click here](http://nbviewer.jupyter.org/github/TiesdeKok/Python_NLP_Tutorial/blob/d660d0ad5806978a390f890f26766f80909ab30a/NLP_Notebook.ipynb)
55+
5556
### Not yet familiar with the basic Python syntax?
5657

5758
Please check out my "Getting started with Python for Research" repository: [click here](https://github.com/TiesdeKok/LearnPythonforResearch)
@@ -108,12 +109,12 @@ I recommend to watch this excellent YouTube video: [Awesome Data Science: 1.0 Ju
108109
`command mode` --> enable by pressing `esc`
109110
`edit mode` --> enable by pressing `enter`
110111

111-
| `command mode` |`edit mode` | `both modes`
112-
|---|---|---
113-
| `Y` : cell to code| `Tab` : code completion or indent | `Shift-Enter` : run cell, select below
112+
| `command mode` |`edit mode` | `both modes`
113+
|---|---|---
114+
| `Y` : cell to code| `Tab` : code completion or indent | `Shift-Enter` : run cell, select below
114115
| `M` : cell to markdown | `Shift-Tab` : tooltip | `Ctrl-Enter` : run cell
115-
| `A` : insert cell above | `Ctrl-A` : select all |
116-
| `B` : insert cell below | `Ctrl-Z` : undo |
116+
| `A` : insert cell above | `Ctrl-A` : select all |
117+
| `B` : insert cell below | `Ctrl-Z` : undo |
117118
| `X`: cut selected cell |
118119

119120
<h2 id="codealong">Code along!</h2>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /