Spaces:
Runtime error
Runtime error
Commit
·
4ab835d
1
Parent(s):
3d64ac2
fixes minor typo (#1)
Browse files- fixes minor typo (96243b42ffed2f053c1c15dcba3cad5d69517992)
Co-authored-by: Júlia Tessler <juliatessler@users.noreply.huggingface.co>
wrapup.md
CHANGED
|
@@ -11,7 +11,7 @@ You can use Doc2Query or Doc2Query-- in an indexing pipeline to build an index o
|
|
| 11 |
</div>
|
| 12 |
|
| 13 |
```python
|
| 14 |
-
import
|
| 15 |
pt.init()
|
| 16 |
import pyterrier_doc2query
|
| 17 |
doc2query = pyterrier_doc2query.Doc2Query(append=True)
|
|
|
|
| 11 |
</div>
|
| 12 |
|
| 13 |
```python
|
| 14 |
+
import pyterrier as pt
|
| 15 |
pt.init()
|
| 16 |
import pyterrier_doc2query
|
| 17 |
doc2query = pyterrier_doc2query.Doc2Query(append=True)
|