Update README.md
Browse files
README.md
CHANGED
|
@@ -47,7 +47,7 @@ The `doc_id` is calculated by hashing the raw string of the whole documents from
|
|
| 47 |
|
| 48 |
The following python snippet calculates the hash (`doc_id`) from the `text` of a document: `hashlib.sha1(text).hexdigest()`.
|
| 49 |
|
| 50 |
-
Note that this repository does not currently contain the context documents, to download those please see [blogpost](https://gustavocilleruelo.com/mgen).
|
| 51 |
|
| 52 |
## Recommended Usage
|
| 53 |
|
|
|
|
| 47 |
|
| 48 |
The following python snippet calculates the hash (`doc_id`) from the `text` of a document: `hashlib.sha1(text).hexdigest()`.
|
| 49 |
|
| 50 |
+
Note that this repository does not currently contain the context documents, to download those please see the [blogpost](https://gustavocilleruelo.com/mgen).
|
| 51 |
|
| 52 |
## Recommended Usage
|
| 53 |
|