File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,9 @@ Bazel should complete reporting all tests passed.
107
107
You can also compile SyntaxNet in a [ Docker] ( https://www.docker.com/what-docker )
108
108
container using this [ Dockerfile] ( Dockerfile ) .
109
109
110
+ ** Note:** If you are running Docker on OSX, make sure that you have enough memory allocated
111
+ for your Docker VM.
112
+
110
113
## Getting Started
111
114
112
115
Once you have successfully built SyntaxNet, you can start parsing text right
@@ -153,7 +156,7 @@ spec file used in the demo is in
153
156
154
157
To use corpora instead of stdin/stdout, we have to:
155
158
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
157
160
` file_pattern ` specifying the location we want. If the input corpus is in
158
161
CONLL format, make sure to put ` record_format: 'conll-sentence' ` .
159
162
1 . Change the ` --input ` and/or ` --output ` flag to use the name of the resource
You can’t perform that action at this time.
0 commit comments