Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -73,8 +73,7 @@ print("Query:", q)
|
|
73 |
|
74 |
# You can filter the corpus to find your table (english and french are the same docs)
|
75 |
d = corpus_fr.filter(lambda r: r['doc_id'] == doc_id)[0]
|
76 |
-
|
77 |
-
print("Title:", d['title'])
|
78 |
print('-'*50)
|
79 |
print(d['doc'])
|
80 |
```
|
|
|
73 |
|
74 |
# You can filter the corpus to find your table (english and french are the same docs)
|
75 |
d = corpus_fr.filter(lambda r: r['doc_id'] == doc_id)[0]
|
76 |
+
print(d['title'])
|
|
|
77 |
print('-'*50)
|
78 |
print(d['doc'])
|
79 |
```
|