Update README.md
Browse files
README.md
CHANGED
|
@@ -1975,9 +1975,10 @@ configs:
|
|
| 1975 |
It unifies discourse relation classification tasks (.rels) and discourse segmentation (.connlu) for many languages.
|
| 1976 |
|
| 1977 |
⚠️ This repo only contains the disrpt dataset when the underlying data is permissively licensed. Some datasets rely on corpora like the PTB.
|
| 1978 |
-
To load these datasets,
|
| 1979 |
-
`pip install disrpt-utils`
|
| 1980 |
|
|
|
|
|
|
|
| 1981 |
```python
|
| 1982 |
from disrpt_utils import load_dataset
|
| 1983 |
|
|
|
|
| 1975 |
It unifies discourse relation classification tasks (.rels) and discourse segmentation (.connlu) for many languages.
|
| 1976 |
|
| 1977 |
⚠️ This repo only contains the disrpt dataset when the underlying data is permissively licensed. Some datasets rely on corpora like the PTB.
|
| 1978 |
+
To load these datasets, run the following:
|
|
|
|
| 1979 |
|
| 1980 |
+
`pip install disrpt-utils`
|
| 1981 |
+
Then
|
| 1982 |
```python
|
| 1983 |
from disrpt_utils import load_dataset
|
| 1984 |
|