Bad commited on
Commit ·
39c4e2a
1
Parent(s): 1c22628
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
| 1 |
---
|
| 2 |
license: unknown
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: unknown
|
| 3 |
---
|
| 4 |
+
|
| 5 |
+
# Lojban (jbo) wikipedia dataset dump
|
| 6 |
+
|
| 7 |
+
the dump was taken from here
|
| 8 |
+
https://dumps.wikimedia.org/jbowiktionary/20240101/
|
| 9 |
+
|
| 10 |
+
the exact release is jbowiktionary-20240101-pages-meta-current.xml.bz2
|
| 11 |
+
|
| 12 |
+
I then processed the data using https://github.com/daveshap/PlainTextWikipedia
|
| 13 |
+
|
| 14 |
+
Then I used chatGPT to make a python script to convert the individual JSON files output by the tool into a single jsonl file.
|