Skip to content

Commit e6b6fb3

Browse files
lukelafountainemartinwicke
authored andcommitted
add note for docker on OSX and correct grammar error (tensorflow#158)
1 parent 42c48c8 commit e6b6fb3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

syntaxnet/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ Bazel should complete reporting all tests passed.
107107
You can also compile SyntaxNet in a [Docker](https://www.docker.com/what-docker)
108108
container using this [Dockerfile](Dockerfile).
109109

110+
**Note:** If you are running Docker on OSX, make sure that you have enough memory allocated
111+
for your Docker VM.
112+
110113
## Getting Started
111114

112115
Once you have successfully built SyntaxNet, you can start parsing text right
@@ -153,7 +156,7 @@ spec file used in the demo is in
153156

154157
To use corpora instead of stdin/stdout, we have to:
155158

156-
1. Create or modify a `input` field inside the `TaskSpec`, with the
159+
1. Create or modify an `input` field inside the `TaskSpec`, with the
157160
`file_pattern` specifying the location we want. If the input corpus is in
158161
CONLL format, make sure to put `record_format: 'conll-sentence'`.
159162
1. Change the `--input` and/or `--output` flag to use the name of the resource

0 commit comments

Comments
 (0)