Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -36,6 +36,13 @@ pisa/
|
|
| 36 |
│ └── ...
|
| 37 |
└── pubmed2026_comDois/ #BM25 index with stopword removal + Porter2 stemming
|
| 38 |
└── ...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
```
|
| 40 |
|
| 41 |
## Indexes
|
|
|
|
| 36 |
│ └── ...
|
| 37 |
└── pubmed2026_comDois/ #BM25 index with stopword removal + Porter2 stemming
|
| 38 |
└── ...
|
| 39 |
+
|
| 40 |
+
corpus/
|
| 41 |
+
|
| 42 |
+
├── jsonl2026/ #PubMed2026 Annual Baseline
|
| 43 |
+
│ └── ...
|
| 44 |
+
└──pubmed2026.lmdb #Embedded database for key-value data
|
| 45 |
+
|
| 46 |
```
|
| 47 |
|
| 48 |
## Indexes
|