Skip to content

Commit 88da341

Browse files
author
Ubuntu
committed
updated README
1 parent 3b14ae5 commit 88da341

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,17 @@
44

55
## Data
66

7-
Located at:
8-
9-
https://drive.google.com/file/d/1jrJFtXceJRsG6ae7Ojt3RUnt985jqyqG/view?usp=sharing
7+
We will leverage the Open American National Corpus, which consists of roughly 15 million spoken and written words from a variety of sources. Specifically, we will be using the subcorpus which consists of 4531 Slate magazine articles from 1996 to 2000 (approximately 4.2 million words).
108

119
## Running the Docker Image
1210
The docker images for this case study are located on dockerhub. Running the commands below will automatically download and start a jupyter notebook.
1311

1412
Run the Docker image:
1513
```
16-
docker run -p 8888:8888 springernlp/chapter_5:latest
14+
docker run -p 8888:8888 --rm springernlp/chapter_5:latest
1715
```
1816

1917
## Building the Docker image
2018
```
21-
docker build -t springernlp/chapter_5:latest .
19+
docker build -t chapter_5:latest .
2220
```

0 commit comments

Comments
 (0)