Commit 986670ad3ad3f6f7ff062e53560485f0eca6dc59
1 parent
91d2d6d7
example
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
README.md
... | ... | @@ -19,7 +19,7 @@ or |
19 | 19 | |
20 | 20 | ./scripts/convert-xml-dump-to-json.sh [en|it] wikipedia-dump.xml.bz wikipedia-dump.json[.gz] |
21 | 21 | |
22 | -produces in `wikipedia-dump.json` the JSON version of the dump. Each line of the file contains an article | |
22 | +produces in `wikipedia-dump.json` the JSON version of the dump ([here you can find an example](https://dl.dropboxusercontent.com/u/4663256/tmp/json-wikipedia-sample.json)). Each line of the file contains an article | |
23 | 23 | of dump encoded in JSON. Each JSON line can be deserialized in an [Article](http://sassicaia.isti.cnr.it/javadocs/json-wikipedia/it/cnr/isti/hpc/wikipedia/article/Article.html) object, |
24 | 24 | which represents an |
25 | 25 | _enriched_ version of the wikitext page. The Article object contains: | ... | ... |