Update README.md
Browse files
README.md
CHANGED
@@ -51,6 +51,7 @@ For more information see: [ArXiv](http://arxiv.org/abs/1111.11111)
|
|
51 |
|
52 |
```
|
53 |
For the [Non-Morphological Features Sentences](#non-morphological_features_sentences) subset:
|
|
|
54 |
```python
|
55 |
from datasets import load_dataset
|
56 |
knesset_corpus = load_dataset("HaifaCLGroup/knessetCorpus", name="no_morph_all_features_sentences")
|
|
|
51 |
|
52 |
```
|
53 |
For the [Non-Morphological Features Sentences](#non-morphological_features_sentences) subset:
|
54 |
+
* Ideal if morpho-syntactic annotations aren't relevant to your work, providing a less disk space heavy option.
|
55 |
```python
|
56 |
from datasets import load_dataset
|
57 |
knesset_corpus = load_dataset("HaifaCLGroup/knessetCorpus", name="no_morph_all_features_sentences")
|