Update README.md
Browse files
README.md
CHANGED
@@ -44,7 +44,7 @@ There are 3245 rows, 156 of which there are more than one accepted completion.
|
|
44 |
|
45 |
## Idiom graphs
|
46 |
There is considerable linguistic overlap between the idioms. For example, though there are 3537 unique idioms, there are only 796 unique starter words.
|
47 |
-
We have arranged the idioms as trees, where the roots are the start words, and the idioms are found by following a path from a
|
48 |
Example:
|
49 |
```json
|
50 |
"alt": {
|
@@ -73,7 +73,7 @@ Example:
|
|
73 |
}
|
74 |
},
|
75 |
```
|
76 |
-
Here is a tree where "alt" is
|
77 |
These trees can be found at `all_idioms_sequence_graph.json`, `nno_idioms_sequence_graph.json` and `nob_idioms_sequence_graph.json`.
|
78 |
|
79 |
Flat versions of the trees (where consecutive nodes/words with only one child are merged into word sequences) can be found at `all_idioms_flat_sequence_graph.json`, `nno_idioms_flat_sequence_graph.json` and `nob_idioms_flat_sequence_graph.json`.
|
|
|
44 |
|
45 |
## Idiom graphs
|
46 |
There is considerable linguistic overlap between the idioms. For example, though there are 3537 unique idioms, there are only 796 unique starter words.
|
47 |
+
We have arranged the idioms as trees, where the roots are the start words, and the idioms are found by following a path from a root node to a leaf node.
|
48 |
Example:
|
49 |
```json
|
50 |
"alt": {
|
|
|
73 |
}
|
74 |
},
|
75 |
```
|
76 |
+
Here is a tree where "alt" is the root, the idioms "alt er bare fryd og gammen", "alt er klappet og klart", "alt er såre vel" and "alt går sin vante gang" can be found by traversing the tree.
|
77 |
These trees can be found at `all_idioms_sequence_graph.json`, `nno_idioms_sequence_graph.json` and `nob_idioms_sequence_graph.json`.
|
78 |
|
79 |
Flat versions of the trees (where consecutive nodes/words with only one child are merged into word sequences) can be found at `all_idioms_flat_sequence_graph.json`, `nno_idioms_flat_sequence_graph.json` and `nob_idioms_flat_sequence_graph.json`.
|