Update README.md
Browse files
README.md
CHANGED
|
@@ -10,6 +10,11 @@ A knowledge graph of UK legislation, combining structural and free text informat
|
|
| 10 |
|
| 11 |
The source code for building Lex Graph and a demo application can be found on the [GitHub repo](https://github.com/i-dot-ai/lex-graph/tree/main).
|
| 12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
## Limitations
|
| 14 |
|
| 15 |
This is a prototype and does not guarantee accurate data. The codebase and features are subject to change. Some functionality may be experimental and require further testing and validation.
|
|
|
|
| 10 |
|
| 11 |
The source code for building Lex Graph and a demo application can be found on the [GitHub repo](https://github.com/i-dot-ai/lex-graph/tree/main).
|
| 12 |
|
| 13 |
+
## Data
|
| 14 |
+
The core data (edges and nodes) can be found in the zipped [core](core.zip) file.
|
| 15 |
+
|
| 16 |
+
Simplified edgelists in both csv and tsv format can be found in the [edgelists](edgelists.zip) file.
|
| 17 |
+
|
| 18 |
## Limitations
|
| 19 |
|
| 20 |
This is a prototype and does not guarantee accurate data. The codebase and features are subject to change. Some functionality may be experimental and require further testing and validation.
|