Update README.md
Browse files
README.md
CHANGED
|
@@ -11,9 +11,11 @@ A knowledge graph of UK legislation, combining structural and free text informat
|
|
| 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 |
|
|
|
|
| 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. This contains the graph structure and legislations text content as node features.
|
| 15 |
|
| 16 |
+
Simplified edgelists in both csv and tsv format can be found in the [edgelists](edgelists.zip) file. This contains just the graph structure.
|
| 17 |
+
|
| 18 |
+
Tiny samples of the edgelist and nodelist can be found in the [samples folder](samples).
|
| 19 |
|
| 20 |
## Limitations
|
| 21 |
|