Update README.md
Browse files
README.md
CHANGED
|
@@ -42,8 +42,8 @@ installation:
|
|
| 42 |
```import os
|
| 43 |
|
| 44 |
if not os.path.exists("./wikidata_bm25_whoosh"):
|
| 45 |
-
|
| 46 |
-
|
| 47 |
import whoosh.index as whoosh_index
|
| 48 |
from whoosh.qparser import QueryParser
|
| 49 |
from whoosh.analysis import StemmingAnalyzer, Filter
|
|
|
|
| 42 |
```import os
|
| 43 |
|
| 44 |
if not os.path.exists("./wikidata_bm25_whoosh"):
|
| 45 |
+
os.system("git clone https://huggingface.co/ontocord/riverbed")
|
| 46 |
+
os.system("pip install -q whoosh")
|
| 47 |
import whoosh.index as whoosh_index
|
| 48 |
from whoosh.qparser import QueryParser
|
| 49 |
from whoosh.analysis import StemmingAnalyzer, Filter
|