Datasets:
Formats:
parquet
Languages:
English
Size:
10K - 100K
Tags:
dependency-parsing
universal-dependencies
nlp-dataset
structural-linguistics
named-entity-recognition
wikipedia
DOI:
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -67,7 +67,7 @@ Because the dataset uses PyArrow-backed lists for parallel arrays, loading it in
|
|
| 67 |
|
| 68 |
```python
|
| 69 |
import pandas as pd
|
| 70 |
-
df = pd.read_parquet("hf://datasets/EXOROBOURII/
|
| 71 |
|
| 72 |
# Example: Accessing perfectly aligned tokens and their dependency relations
|
| 73 |
first_sentence_tokens = df.iloc[0]['tokens']
|
|
|
|
| 67 |
|
| 68 |
```python
|
| 69 |
import pandas as pd
|
| 70 |
+
df = pd.read_parquet("hf://datasets/EXOROBOURII/Stanza-Wikitext-2/wiki.train.enriched.parquet")
|
| 71 |
|
| 72 |
# Example: Accessing perfectly aligned tokens and their dependency relations
|
| 73 |
first_sentence_tokens = df.iloc[0]['tokens']
|