Update README.md
Browse files
README.md
CHANGED
@@ -46,7 +46,16 @@ For more information see: [ArXiv](http://arxiv.org/abs/1111.11111)
|
|
46 |
- `Name`: "all_features_sentences"
|
47 |
- `Description`: Samples of all the sentences in the corpus (plenary and committee) together with all the features available in the dataset.
|
48 |
The fields are consistent with the [All Features Sentence](#all_features_sentence) entity.
|
49 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
- `Number of examples`: 32,832,205
|
51 |
- `Data_urls`:
|
52 |
["https://huggingface.co/datasets/HaifaCLGroup/KnessetCorpus/resolve/main/protocols_sentences/committee_full_sentences.jsonl.bz2",
|
|
|
46 |
- `Name`: "all_features_sentences"
|
47 |
- `Description`: Samples of all the sentences in the corpus (plenary and committee) together with all the features available in the dataset.
|
48 |
The fields are consistent with the [All Features Sentence](#all_features_sentence) entity.
|
49 |
+
- `Number of examples`: 32,832,205
|
50 |
+
- `Data_urls`:
|
51 |
+
["https://huggingface.co/datasets/HaifaCLGroup/KnessetCorpus/resolve/main/protocols_sentences/committee_full_sentences.jsonl.bz2",
|
52 |
+
"https://huggingface.co/datasets/HaifaCLGroup/KnessetCorpus/resolve/main/protocols_sentences/plenary_full_sentences.jsonl.bz2"]
|
53 |
+
|
54 |
+
#### Non-Morphological Features Sentences
|
55 |
+
- `Name`: "no_morph_all_features_sentences"
|
56 |
+
- `Description`: The same as [All Features Sentences](#all_features_sentences) but without the morphological_fields features.
|
57 |
+
Ideal if morpho-syntactic annotations aren't relevant to your work, providing a less disk space heavy option.
|
58 |
+
This is roughly equivalent to a join between all models in dataset (Protocol, Faction, Person, Sentence)
|
59 |
- `Number of examples`: 32,832,205
|
60 |
- `Data_urls`:
|
61 |
["https://huggingface.co/datasets/HaifaCLGroup/KnessetCorpus/resolve/main/protocols_sentences/committee_full_sentences.jsonl.bz2",
|