Commit 95b8539729fb05e4c9497f609ad966c07a8d3031

Authored by Katarzyna Krasnowska
1 parent 59c5665c

Updated README

Showing 1 changed file with 2 additions and 2 deletions
README.md
... ... @@ -6,7 +6,7 @@ https://constituency.nlp.ipipan.waw.pl
6 6  
7 7 Katarzyna Krasnowska-Kieraś and Marcin Woliński. [Parsing headed constituencies](https://aclanthology.org/2024.lrec-main.1106/). In Nicoletta Calzolari, Min-Yen Kan, Veronique Hoste, Alessandro Lenci, Sakriani Sakti, and Nianwen Xue, editors, Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024), pages 12633–12643, Torino, Italy, 2024. ELRA and ICCL.
8 8  
9   -[Datasets](http://mozart.ipipan.waw.pl/~kkrasnowska/LREC-COLING-2024/)
  9 +[Datasets used in the paper](http://mozart.ipipan.waw.pl/~kkrasnowska/LREC-COLING-2024/)
10 10  
11 11 # Installation
12 12  
... ... @@ -135,7 +135,7 @@ To process an already-tokenized text, pass the sentence with space-separated tok
135 135  
136 136 # Training
137 137  
138   -Load a dataset:
  138 +Load a dataset (e.g. downloaded from (here)[http://mozart.ipipan.waw.pl/~kkrasnowska/LREC-COLING-2024/]):
139 139  
140 140 ```python
141 141 >>> from datasets import load_dataset
... ...