Re-add info about idiom frequencies
Browse files
README.md
CHANGED
@@ -27,6 +27,11 @@ The idioms are split into idiom starts (the first N-1 words) and accepted comple
|
|
27 |
|
28 |
This dataset can be used to measure a generative language models' ability to complete well known idioms, or as a masked language modelling task.
|
29 |
|
|
|
|
|
|
|
|
|
|
|
30 |
|
31 |
## Idiom graphs
|
32 |
There is considerable linguistic overlap between the idioms. For example, though there are 3537 unique idioms, there are only 796 unique starter words.
|
@@ -65,7 +70,7 @@ Here is a tree where "alt" is the root, the idioms "alt er bare fryd og gammen",
|
|
65 |
These trees can be found in `idiom_graphs/`.
|
66 |
|
67 |
There are also flat versions of the trees (where consecutive nodes/words with only one child are merged into word sequences)
|
68 |
-
|
69 |
Example:
|
70 |
```json
|
71 |
"alt": {
|
|
|
27 |
|
28 |
This dataset can be used to measure a generative language models' ability to complete well known idioms, or as a masked language modelling task.
|
29 |
|
30 |
+
## Idiom frequencies
|
31 |
+
`idiom_freqs/all_idioms_freq.json` contain all the idioms and their frequency in the online library as key,value pairs
|
32 |
+
`idiom_freqs/nno_idioms_freq.json` contain the Nynorsk idioms and their frequency in the online library as key,value pairs
|
33 |
+
`idiom_freqs/nob_idioms_freq.json` contain the Bokmål idioms and their frequency in the online library as key,value pairs
|
34 |
+
|
35 |
|
36 |
## Idiom graphs
|
37 |
There is considerable linguistic overlap between the idioms. For example, though there are 3537 unique idioms, there are only 796 unique starter words.
|
|
|
70 |
These trees can be found in `idiom_graphs/`.
|
71 |
|
72 |
There are also flat versions of the trees (where consecutive nodes/words with only one child are merged into word sequences)
|
73 |
+
|
74 |
Example:
|
75 |
```json
|
76 |
"alt": {
|