Skip to content

Commit 52361d7

Browse files
authored
Update README.md
1 parent 2b9201f commit 52361d7

File tree

1 file changed

+1
-1
lines changed
  • 00_Miscellaneous/text-similarity-analysis

1 file changed

+1
-1
lines changed

00_Miscellaneous/text-similarity-analysis/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ If you've followed the instruction in previous section, you should have reuter d
6565

6666
```bash
6767
# A file pattern of reuter dataset located in GCS.
68-
export FILE_PATTERN=$BUCKET/reuters
68+
export FILE_PATTERN=$BUCKET/reuters/*.sgm
6969
```
7070

7171
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

Comments
 (0)