You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 00_Miscellaneous/text-similarity-analysis/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ If you've followed the instruction in previous section, you should have reuter d
65
65
66
66
```bash
67
67
# A file pattern of reuter dataset located in GCS.
68
-
export FILE_PATTERN=$BUCKET/reuters
68
+
export FILE_PATTERN=$BUCKET/reuters/*.sgm
69
69
```
70
70
71
71
Note that you have to create BigQuery dataset before running Dataflow job. You should also set name of BigQuery dataset and table so Dataflow pipeline can output the feature embeddings to the right place in BigQuery.
0 commit comments