Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -105,32 +105,24 @@ with open(path, encoding="utf-8") as file:
|
|
105 |
- `description`: Samples of all the sentences in the corpus (plenary and committee) together with all the features available in the dataset.
|
106 |
The fields are consistent with the [All Features Sentence](#all_features_sentence) entity.
|
107 |
- `Number of examples`: 32,832,205
|
108 |
-
- `Data_urls`:
|
109 |
-
["https://huggingface.co/datasets/HaifaCLGroup/KnessetCorpus/resolve/main/protocols_sentences/committee_full_sentences.jsonl.bz2",
|
110 |
-
"https://huggingface.co/datasets/HaifaCLGroup/KnessetCorpus/resolve/main/protocols_sentences/plenary_full_sentences.jsonl.bz2"]
|
111 |
|
112 |
#### Non-Morphological_Features_Sentences
|
113 |
- `name`: "no_morph_all_features_sentences"
|
114 |
- `description`: The same as [All Features Sentences](#all_features_sentences) but without the morphological_fields features.
|
115 |
Ideal if morpho-syntactic annotations aren't relevant to your work, providing a less disk space heavy option.
|
116 |
- `Number of examples`: 32,832,205
|
117 |
-
- `Data_urls`:
|
118 |
-
["https://huggingface.co/datasets/HaifaCLGroup/KnessetCorpus/resolve/main/protocols_sentences/committee_full_sentences.jsonl.bz2",
|
119 |
-
"https://huggingface.co/datasets/HaifaCLGroup/KnessetCorpus/resolve/main/protocols_sentences/plenary_full_sentences.jsonl.bz2"]
|
120 |
|
121 |
#### KnessetMembers
|
122 |
- `name`: "knessetMembers"
|
123 |
- `description`: samples of the knesset members in the dataset and their meta-data information such as name, gender and factions affiliations.
|
124 |
The fields are consistent with the [Person](#person) entity.
|
125 |
- `Number of examples`: 1,100
|
126 |
-
- Data_urls:["https://huggingface.co/datasets/HaifaCLGroup/KnessetCorpus/raw/main/all_knesset_members_jsons.jsonl"]
|
127 |
|
128 |
#### Factions
|
129 |
- `name`: "factions"
|
130 |
- `description`: Samples of all the factions in the dataset and their meta-data information such as name, political orientation and active periods.
|
131 |
The fields are consistent with the [Faction](#faction) entity.
|
132 |
- `Number of examples`: 153
|
133 |
-
- Data_urls:["https://huggingface.co/datasets/HaifaCLGroup/KnessetCorpus/raw/main/factions_jsons.jsonl"]
|
134 |
|
135 |
#### Protocols
|
136 |
- `name`: "protocols"
|
@@ -138,35 +130,30 @@ The fields are consistent with the [Faction](#faction) entity.
|
|
138 |
- knesset number, session name and a list of its sentences.
|
139 |
The fields are consistent with the [Protocol](#protocol) entity.
|
140 |
- `Number of examples`: 41,319
|
141 |
-
- Data_urls:todo
|
142 |
|
143 |
#### Committees_ALL_Features_Sentences
|
144 |
- `name`: "committees_all_features_sentences"
|
145 |
- `description`: Samples of all the sentences in the committee sessions together with all the features available in the dataset.
|
146 |
The fields are consistent with the [All Features Sentence](#all_features_sentence) entity.
|
147 |
- `Number of examples`: 24,805,925
|
148 |
-
- Data_urls: ["https://huggingface.co/datasets/HaifaCLGroup/KnessetCorpus/resolve/main/protocols_sentences/committee_full_sentences.jsonl.bz2"]
|
149 |
|
150 |
#### Plenary_ALL_Features_Sentences
|
151 |
- `name`: "plenary_all_features_sentences"
|
152 |
- `description`: Samples of all the sentences in the plenary sessions together with all the features available in the dataset.
|
153 |
The fields are consistent with the [All Features Sentence](#all_features_sentence) entity.
|
154 |
- `Number of examples`: 24,805,925
|
155 |
-
- Data_urls: ["https://huggingface.co/datasets/HaifaCLGroup/KnessetCorpus/resolve/main/protocols_sentences/plenary_full_sentences.jsonl.bz2"]
|
156 |
|
157 |
#### Committees Non-Morphological_Features_Sentences
|
158 |
- `name`: "no_morph_committee_all_features_sentences"
|
159 |
- `description`: The same as [Committees ALL Features Sentences](#committees_aLL_features_sentences) but without the morphological_fields features.
|
160 |
Ideal if morpho-syntactic annotations aren't relevant to your work, providing a less disk space heavy option.
|
161 |
- `Number of examples`: 24,805,925
|
162 |
-
- Data_urls: ["https://huggingface.co/datasets/HaifaCLGroup/KnessetCorpus/resolve/main/protocols_sentences/committee_full_sentences.jsonl.bz2"]
|
163 |
|
164 |
#### Plenary Non-Morphological_Features_Sentences
|
165 |
- `name`: "no_morph_plenary_all_features_sentences"
|
166 |
- `description`: The same as [Plenary_ALL_Features_Sentences](#plenary_aLL_features_sentences) but without the morphological_fields features.
|
167 |
Ideal if morpho-syntactic annotations aren't relevant to your work, providing a less disk space heavy option.
|
168 |
- `Number of examples`: 24,805,925
|
169 |
-
- Data_urls: ["https://huggingface.co/datasets/HaifaCLGroup/KnessetCorpus/resolve/main/protocols_sentences/plenary_full_sentences.jsonl.bz2"]
|
170 |
|
171 |
## Other files in dataset
|
172 |
- `ner_and_ud_manually_annotated_sentences`: contains files with ~4700 manually annotated sentences from the Knesset corpus for the NER and dependencies sentences.
|
|
|
105 |
- `description`: Samples of all the sentences in the corpus (plenary and committee) together with all the features available in the dataset.
|
106 |
The fields are consistent with the [All Features Sentence](#all_features_sentence) entity.
|
107 |
- `Number of examples`: 32,832,205
|
|
|
|
|
|
|
108 |
|
109 |
#### Non-Morphological_Features_Sentences
|
110 |
- `name`: "no_morph_all_features_sentences"
|
111 |
- `description`: The same as [All Features Sentences](#all_features_sentences) but without the morphological_fields features.
|
112 |
Ideal if morpho-syntactic annotations aren't relevant to your work, providing a less disk space heavy option.
|
113 |
- `Number of examples`: 32,832,205
|
|
|
|
|
|
|
114 |
|
115 |
#### KnessetMembers
|
116 |
- `name`: "knessetMembers"
|
117 |
- `description`: samples of the knesset members in the dataset and their meta-data information such as name, gender and factions affiliations.
|
118 |
The fields are consistent with the [Person](#person) entity.
|
119 |
- `Number of examples`: 1,100
|
|
|
120 |
|
121 |
#### Factions
|
122 |
- `name`: "factions"
|
123 |
- `description`: Samples of all the factions in the dataset and their meta-data information such as name, political orientation and active periods.
|
124 |
The fields are consistent with the [Faction](#faction) entity.
|
125 |
- `Number of examples`: 153
|
|
|
126 |
|
127 |
#### Protocols
|
128 |
- `name`: "protocols"
|
|
|
130 |
- knesset number, session name and a list of its sentences.
|
131 |
The fields are consistent with the [Protocol](#protocol) entity.
|
132 |
- `Number of examples`: 41,319
|
|
|
133 |
|
134 |
#### Committees_ALL_Features_Sentences
|
135 |
- `name`: "committees_all_features_sentences"
|
136 |
- `description`: Samples of all the sentences in the committee sessions together with all the features available in the dataset.
|
137 |
The fields are consistent with the [All Features Sentence](#all_features_sentence) entity.
|
138 |
- `Number of examples`: 24,805,925
|
|
|
139 |
|
140 |
#### Plenary_ALL_Features_Sentences
|
141 |
- `name`: "plenary_all_features_sentences"
|
142 |
- `description`: Samples of all the sentences in the plenary sessions together with all the features available in the dataset.
|
143 |
The fields are consistent with the [All Features Sentence](#all_features_sentence) entity.
|
144 |
- `Number of examples`: 24,805,925
|
|
|
145 |
|
146 |
#### Committees Non-Morphological_Features_Sentences
|
147 |
- `name`: "no_morph_committee_all_features_sentences"
|
148 |
- `description`: The same as [Committees ALL Features Sentences](#committees_aLL_features_sentences) but without the morphological_fields features.
|
149 |
Ideal if morpho-syntactic annotations aren't relevant to your work, providing a less disk space heavy option.
|
150 |
- `Number of examples`: 24,805,925
|
|
|
151 |
|
152 |
#### Plenary Non-Morphological_Features_Sentences
|
153 |
- `name`: "no_morph_plenary_all_features_sentences"
|
154 |
- `description`: The same as [Plenary_ALL_Features_Sentences](#plenary_aLL_features_sentences) but without the morphological_fields features.
|
155 |
Ideal if morpho-syntactic annotations aren't relevant to your work, providing a less disk space heavy option.
|
156 |
- `Number of examples`: 24,805,925
|
|
|
157 |
|
158 |
## Other files in dataset
|
159 |
- `ner_and_ud_manually_annotated_sentences`: contains files with ~4700 manually annotated sentences from the Knesset corpus for the NER and dependencies sentences.
|